Collections Framework In Java - Study Mode

[#101] Which of these classes is not part of Java's collection framework?
Correct Answer

(A) Maps

[#102] Which of these are legacy classes?
Correct Answer

(D) All of the mentioned

[#103] Which of these class can generate an array which can increase and decrease in size automatically?
Correct Answer

(A) ArrayList()

[#104] What are the initial capacity and load factor of HashSet?
Correct Answer

(C) 16, 0.75

[#105] Do we have get(Object o) method in HashSet.
Correct Answer

(B) False