0
2.2kviews
Functional Interface in Java 8
1 Answer
| written 8.0 years ago by |
What is Functional Interface in Java 8?
There are many new features introduced in Java 8 e.g default and static method, Lambda expressions, Date and Time API, Functional Interface, etc.
Functional interface is an interface which contains only one abstract method. We can call Functional interface as Single Abstract Method …