Constructor reference and Method reference in Java 8
In this article, we'll be discussing constructor reference and method reference introduced in Java 8…
In this article, we'll be discussing constructor reference and method reference introduced in Java 8…
An anonymous class is a class without a name, whose initialisation and instantiation are made…
What is a Stream in Java 8? Another Java 8 important feature, it can be…
In Java 8, forEach is introduced that provides an efficient way to iterate through collections…
Another feature that Java 8 brought is Optional Class that is capable of representing null…
An interface describes what a class should look like but not describe how, closely related…
Java provides a bunch of predefined functional interfaces that come under java.util.function package. Each and…
Programming languages such as Python, Scala that support functional programming , require few lines to…
Lambda expression is one of the core feature introduced in Java 8 as it provides…
From 2019, Oracle announces a new version of Java between every 6 months interval and…