Introduction In this article, we will understand how to convert an anonymous class into a Lambda expression…

Java 8A collection of 23 posts
Java 8 LocalTime In this article, we will take a look at LocalTime in java, its meaning…
Java 8 LocalDate In this article, we will take a look at LocalDate in java, its meaning…
Java 16 Records This article will cover a new feature introduced in java 16, Records: its use,…
Install openjdk 16 on mac OS This article will explain the steps to install openjdk 16 on…
Java 8 forEach() In this article, we will understand forEach() loop added in java 8 to iterate…
[the_ad id=”684″] Consumer is an interface added in java 8. It is a Functional interface with a…
IntPredicate interface IntPredicate is a Functional Interface added in java 8 and is a specialization of java…
Introduction In java terms, Predicate is an interface or more precisely, a Functional Interface added in java…