Problem Statement
List the primary root interfaces in the Collections Framework and one concrete class for each.
Explanation
Collection(List/Set/Queue/Deque) and Map; e.g., ArrayList, HashSet, ArrayDeque, HashMap.
Practice Sets
This question appears in the following practice sets: