java collections in depth

What is Collections in java ?

Definition: In Java , a Collection is a framework that provides an architecture to store and manipulate a group of objects. The Java…