Collection FrameWork »



Q) What is Collection FrameWork?
Res) A Collection FrameWork represents a class library to handle groups of objects
–> Collection framework is implemented in Java.Util.Package.
–> Collection does’t store copy of all the object, but it stores references of all objects.
–> Collection classes will act upon only referenced datatypes they do not act upon primitive datatypes.