InterviewSolution
Saved Bookmarks
| 1. |
Which of these classes is not part of Java’s collection framework?(a) Maps(b) Array(c) Stack(d) Queue |
|
Answer» The correct option is (a) Maps Easy explanation: Maps is not a part of collection framework. |
|