Author name: Sneha Patha

Java Collection

In java, the term collection refers to a framework that provide an architecture to store and manipulate a group of objects. These collections can be used to store, retrieve, manipulate and communicate aggregate data. The collection framework is part of the ‘java. util’ package and is a unified architecture for representing and manipulating collections. There …

Java Collection Read More »

Scroll to Top