Learn Java

What is Java Stream

Java streams are a feature introduced in Java 8 that allows developers to perform functional-style operations on collections of data. Streams are designed to make

Read More »

Java Streams Code Snippets

What is a Java Stream? Java Stream is a sequence of elements supporting the sequential and parallel aggregate operation. This example shows an aggregate operation

Read More »

Lombok Tips

What is Lombok? In their own word, Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your

Read More »