
Java 8 – Predicate Functional Interface
In this article, we will discuss one of the widely used pre-defined Functional Interface in Java 1.8 version for conditional checks i.e.; Predicate Functional Interface Read More
In this article, we will discuss one of the widely used pre-defined Functional Interface in Java 1.8 version for conditional checks i.e.; Predicate Functional Interface Read More
In this article, we will discuss difference between Anonymous Inner class and Lambda expression First, we will look at what is anonymous inner classes in Read More
In this article, we will discuss about new features introduced in Java 1.8 version i.e.; Functional Interface Q) What is Functional Interface ? An interface Read More
In this article, we will discuss one of the important feature introduced in Java 1.8 version i.e.; Lambda Expression 1. History about Lambda expression : Read More