What is the Collections API

The Collections API is a set of classes and interfaces that support operations oncollections of objects.

Showing Answers 1 - 3 of 3 Answers

Sushant

  • Oct 10th, 2005
 

Collection API is a set of classes and interfaces which supports operations on group of objects.

  Was this answer useful?  Yes

ramu

  • Mar 10th, 2006
 

A collection allows a group of objects to be treated as a single unit .Arbitrary objects can be stored ,retrieved and manipulated as elements of this collections

  Was this answer useful?  Yes

Rahul Sharma

  • Oct 12th, 2007
 

Collection API's are a group of classes where we can store more then one objects in as a single unit. Collection give some useful API where we can directly implement the Data structures.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions