
Functional Interface in Java 8
In this java 8 tutorial, We are going to learn new feature of java 8 which is functional interface.There are so many new features are introduced in java 8 e.g default and static method, new date and time API, Lambda Expressions etc. functional interface is one of them.Let's start with the definition of functional interface.
What is Functional Interface...