InterviewSolution
Saved Bookmarks
| 1. |
Which of this interface is not a part of Java’s collection framework?(a) List(b) Set(c) SortedMap(d) SortedList |
|
Answer» Correct option is (d) SortedList The explanation: SortedList is not a part of collection framework. |
|