DEVFYI - Developer Resource - FYI

What is the Collection interface?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

281. What is the Collection interface?

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

(Continued on next question...)

Other Interview Questions