Which of this interface is not a part of Java’s collection framework?
(a) List
(b) Set
(c) SortedMap
(d) SortedList
The question was posed to me in an interview.
Origin of the question is Collection Framework Overview in division java.util – The Collections Framework of Java