Apart from the collections interface, which other interface does all the collection classes have?
Answers
Answered by
0
Java Collection framework provides many interfaces (Set, List, Queue, Deque) and classes (ArrayList, Vector, LinkedList, PriorityQueue, HashSet, LinkedHashSet, TreeSet).
Similar questions