Functional Interface and Lambda Expression
Leave a reply
Welcome to the tutorial of Functional Interface and Lambda expression. In this tutorial we will discuss fundamental concept of functional interface and lambda expression. Functional Interface : Functional Interface is just a interface with one abstract method, but it can have any number of default and static method. Runnable and Comparable interface are the Continue Reading »