cancel
Showing results for 
Search instead for 
Did you mean: 

Collection API

Former Member
0 Kudos

Hi,

A quick question... What is Collection API?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

http://www.roseindia.net/software-tutorials/detail/6218

Award me this link is useful to u.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Viji,

Refer this link...

http://java.sun.com/j2se/1.4.2/docs/api/java/util/Collection.html

(Contains whole infm)

Hope it helps

GS

Former Member
0 Kudos

Thanks ramkumarvalluru.

I helped me...

Former Member
0 Kudos

Hi,

Collection API is one of the packages in java(JDK).

Actually it holds a lot of classes inturn a lot methods which facilitates the storage of data.

Many important classes lik ArrayList, HashMap, Arrays, LinkedList and many important interfaces like Set,List,Map etc. arte available.

The main aim is to facilitate athe storage of large amount of similar data(Collection of data) and to facilitate sorting, Searching, iterating etc(There are many methods for these operations).

Regards,

Srinivasan Subbiah