java-8 Features,Functional Interface,Lambda Expressions

What is a Functional Interface?A Functional Interface is a special kind of interface in Java that has only one abstract method (a method without a body).A Functional Interface is an interface in Java ...