Archive for 'Programming'

Beginners Guide to Collection API

Beginners Guide to Collection API

Posted on 13. Jul, 2010 by suz_java.

2

What is Collection API? All classes and interface that form the collection framework are called data structure. Collections help programmers by giving groups of objects in JAVA. A collection can be defined as a set object. Collections in java are nothing but implementation of different data structures. Data structures can be visualized as container that [...]

Continue Reading