What is Collection

Showing Answers 1 - 4 of 4 Answers

Adesh Luthra

  • Jul 21st, 2005
 

The root interface in the collection hierarchy. A collection represents a group of objects, known as its elements. Some collections allow duplicate elements and others do not. Some are ordered and others unordered. The SDK does not provide any direct implementations of this interface: it provides implementations of more specific subinterfaces like Set and List. This interface is typically used to pass collections around and manipulate them where maximum generality is desired.

  Was this answer useful?  Yes

Pattukkottai Arun

  • Jul 21st, 2005
 

A collection ? sometimes called a container ? is simply an object that groups multiple elements into a single unit. Collections are used to store, retrieve, manipulate, and communicate aggregate data.

  Was this answer useful?  Yes

RAJESH

  • Nov 1st, 2005
 

RAJESH WROTE : collection stores the huge ammont of data,but not perminentely.

  Was this answer useful?  Yes

Rajesh

  • Nov 2nd, 2005
 

 collection stores the huge ammont of data,but not perminentely.

  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