0
2.2kviews
Functional Interface in Java 8
1 Answer
0
9views

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 …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.