category

home / developersection / category

Introduction to Collection Framework in Java
java 24-Apr-2015
Introduction to Collection Framework in Java

A collection — sometimes called a container — is simply an object that groups multiple elements into a single unit. Collections are used to store, retrieve, manipulate, and communicate aggregate data.