Learn different techniques to merge or concatenate multiple collections together in Java with the help of practical examples
Java Core Tutorials
Java Core defines the basics of Java Programming language and language fundaments
How to Initialize a List Inline in Java
Examples of initializing mutable and immutable Java ArrayList in the same line using factory method, Stream, Collections, and Arrays
Introduction to the Java Virtual Machine (JVM)
Introduction to Java Virtual Machine (JVM) tutorial. Learn what is JVM and its main components.
How to Partition List in Multiple Sublists in Java
Examples of dividing a Java List or Collection into multiple sublists of the same size using Guava, Apache Commons, and Plain Java
How to Remove Duplicate Elements from a Java List
Examples of removing the duplicate elements from a Java List, by using Java Streams API or by using Java Set implementation
Java Text Blocks Introduction
Learn to write multi-line string literals with Java Text Blocks while keeping them well formatted and readable without worrying about escaping characters.