Install openjdk 16 on mac OS This article will explain the steps to install openjdk 16 on…
Java 8A collection of 18 posts
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…
Java 8 Optional Optional is a new class added in java 8 in java.util package. This article…
What is Lambda expression Suppose you have an interface which contains declaration of a method. Now, in…
Meaning of default method A method in an interface having a body or implementation is called a…
Garbage collection Objects created during program execution are automatically removed by a special module of Java Virtual…