What is Collection ?
If we want to represent a group of individual objects as a single entity, then programmers should go for Collection interface.
What is Collection Framework?
It defines several classes and interfaces which can be used a group of objects as a single entity.
In java
(1) Collection
(2) Collection Framework
is same as:
(1) Container
(2) STL(standard template library)
If we want to represent a group of individual objects as a single entity, then programmers should go for Collection interface.
What is Collection Framework?
It defines several classes and interfaces which can be used a group of objects as a single entity.
In java
(1) Collection
(2) Collection Framework
is same as:
(1) Container
(2) STL(standard template library)