What is the Collection interface in java?
1958
10-Apr-2014
Sumit Kesarwani
10-Apr-2014The Collection interface provides support for the implementation of a mathematical bag - an unordered collection of objects that may contain duplicates.