Functional Interfaces in Java 8

This post works as an introduction to the Functional Interfaces in Java 8. We will cover some basics of the Functional Interfaces introduced in Java 8.   Functional Interfaces in Java 8 Java has always been called as OOP (Object Oriented Programming) language. Functions do not exist independently in Java and everything is part of Class and … Read more