Posts

Showing posts with the label Collection Framework

Java Collection Framework

Image
  Hey Shouters!! Today we have come up with the Java Collection Framework. It is based on some concepts rather than programming. Read these points carefully. What is a Java Collection Framework? A Java collection framework provides an architecture to store and manipulate a group of objects. Interfaces, Classes and Algorithms are included in the Java collection framework. One of Java's most powerful subsystem contained by the "java.util" package is the Collection Framework. The developers can access prepackaged data structures as well as algorithms to manipulate data from the Java collection framework. Add objects, Remove objects, Search for an object, Retrieve/get object, Iterate through the collection framework. These activities can be performed within Java Collection framework. . Java Collection Framework Hierarchy : In this above image, blue part refers to the different interfaces and the yellow part defines the classes. ...