What is the meaning of Collections in Java ?
Hey,
Collection is a framework that is designed to store the objects and manipulate the design to store the objects.
Collections are used to perform the following operations:
Searching
Sorting
Manipulation
Insertion
Deletion
A group of objects is known as collections. All the classes and interfaces for collecting are available in Java util package.