Java 8 - Functional Interface
Java 8 – Functional Interface
An Interface with exactly one abstract method is called a Functional Interface. This term was first introduced in Java 8. Functional Interface can have only one functionality to exhibit and also known as SAM (Single Abstract Method) Interface. This method is called the Functional Method for that functional interface. Functional Interface can have any number of Default and Static methods, but can…
View On WordPress

















