Posts related to tag: utility


Exploring the Optional in Java 8

Java 8 introduced several new features to the language, including the Optional class. This class was introduced to address the […] Continue reading »

Java Collections.min() and Collections.max() Methods

In this article, we will explore min() and max() methods of the Collections utility class. In Java, the Collections class […] Continue reading »