Which of these classes is not part of Java’s collection framework?
(a) Maps
(b) Array
(c) Stack
(d) Queue
I had been asked this question in an online quiz.
Query is from Collection Framework Overview in chapter java.util – The Collections Framework of Java