Java Collections Framework provides a set of interfaces and classes that support operations on a collections of objects. There are two "groups" of interfaces:
Collection's and Map's.
The Collections classes in java.util were designed to help,
namely by replacing arrays and, thus, improving Java performance.A collections framework is a unified architecture for representing and manipulating collections.
Posted in: