In real time programming , Some times we need to group individual objects into single unit . We can achieve this using arrays . But arrays have below limitations .
1) Collection interface is child of Iterable interface . 2) Collection interface provided the most common methods , which can be applied for any collection object 3) Following is the