Skip to main content

Posts

Showing posts from December, 2015

The Collection Frameworks

A collection framework is a class library to handle groups of objects. Collection framework is implemented in  java.util  package. Collections are  grow able  in nature and hence based on our requirement we can increase or decrease the size . § It simply stores reference of other objects into a collection of object. § Java 1.2 introduced the Collections Framework § Collections are defined in  java.util § The Collections framework is mostly about  interfaces § There are a number of predefined implementations next