Java Collections Framework – 50 MCQs with
Answers
1. What is the main root interface of the Collection Framework in Java?
A) List B) Set C) Collection D) Map
Answer: C) Collection
2. Which of the following is not part of the Collection Framework?
A) List B) Set C) Map D) Arrays
Answer: D) Arrays
3. Which interface provides a way to iterate elements one by one?
A) Enumeration B) Iterator C) Iterable D) Comparator
Answer: B) Iterator