A Developer Gateway To IT World...

Techie Uncle Software Testing Core Java Java Spring C Programming Operating System HTML 5 Java 8 ES6 Project

Collections in Java

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)

LEARN TUTORIALS

.

.