Lists are an essential part of the Java Collections Framework. This subtopic discusses the List interface and its implementations, focusing on how to use it to store ordered collections of elements.

#92 ArrayList in Java

When to Use List, Set, Map in Java Collections

#95 Comparator vs Comparable in Java