Java: Collection Framework Introduction
Java: Collection Framework Introduction
A collection is an object (also called container) to deal with a group of objects or elements as a single unit. These objects called as elements of Collection. Collections are used to perform operations like the store, retrieve, manipulate, communicate and aggregate.
A collection can have a different type of data. Based on data can decide the type collection data structure.
Homogeneous
Heterogene…
View On WordPress













