Vinay Kumar

Functional Interface In Java

An interface which has only one abstract method defined is coined as functional interface. The interface can consist of any number of default methods and static methods. This feature was introduced in version 8 of Java.

To remember



Sample code