A quick tutorial with examples covers various ways to iterate and list files from or directory and list subdirectories of a directory or folder in Java
Java Streams Tutorials
Java 8 Streams is a lazily loaded and processed flow of elements that supports applying various transformations and manipulations using functional style API.
How to Merge Multiple Collections in Java
Learn different techniques to merge or concatenate multiple collections together in Java with the help of practical examples
How to Partition List in Multiple Sublists in Java
A quick guide on Partition a List in Java. We will learn ways to split a list into multiple sublists of specified size
How to Remove Duplicate Elements from List in Java
This tutorial covers a different ways to Remove Duplicate Elements from a List in Java
How to write Java Streams Custom Collector
Hands on tutorial to write Java Streams Custom Collector and use it on Streams to collect Stream elements.
Java 8 Streams API – Stream Collectors
This tutorial covers examples of Java 8 Streams Collectors, which are used for collecting elements in a Stream