Can you please explain the functional interface usage with details. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can you please explain the functional interface usage with details.

Java 8 introduced functional interface. how we can use this efficiently with lambda expressions.

12th Nov 2017, 4:31 PM
Pal Murugan
Pal Murugan - avatar
1 Answer
+ 1
its an interface which has only one method itself.we can call this functional interface instantly by using lambda expression.it accepts the params which are passed through the lambda expression.
12th Nov 2017, 4:46 PM
Meenu