InterviewSolution
Saved Bookmarks
| 1. |
Which of this interface is not a part of Java’s collection framework?(a) List(b) Set(c) SortedMap(d) SortedListThe 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 |
|
Answer» Correct option is (d) SORTEDLIST |
|