Card 4 / 76: List four interfaces of the Collections API.
A)
ArrayList, Map, Set, Queue
B)
List, Map, Set, Queue
C)
List, Map, HashSet, PriorityQueue
D)
List, HashMap, HashSet, PriorityQueue
Answer:
B) List, Map, Set, Queue
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
A, C, and D are incorrect. ArrayList, HashMap, HashSet, and PriorityQueue are all concrete classes and are considered to be implementations of their respective interfaces.
|