Six Ways to Convert a Java Stream to a List

In this post, we will see six ways to convert a Java stream to a List. You can extend these if you want to convert a stream to a Set as well.

December 14, 2020

Java 8 LongStream – A Complete Guide

The Java 8 LongStream is a sequence of primitive long-valued elements and is a long primitive specialization of Stream.

December 8, 2020

Default Methods in Java

Default methods in Java enable us to add new functionality to the interfaces of our libraries without breaking the existing implementations of the interface

April 6, 2020