Collections Framework
Java Collections Framework
The Java platform includes Collections Framework. A collection is an object that represents a group of objects. Collection framework is unified architecture for representing and manipulating collections , enabling collections to be manipulated independently by using implementation details. To represent a group of individual objects as a single entity we need to use of…
View On WordPress

















