What is the Collection interface

The Collection interface provides support for the implementation of a mathematical bag -an unorderedcollection of objects that may contain duplicates.

Showing Answers 1 - 3 of 3 Answers

The Collection interface is used to pass around collections of objects where maximum generality is desired.It is one of the root interfaces of the Java collection classes.It provides support for the implementation of an unordered collection of objects that may contain duplicates.

  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