InterviewSolution
Saved Bookmarks
| 1. |
Which of these method Map class is used to obtain an element in the map having specified key?(a) search()(b) get()(c) set()(d) look() |
|
Answer» Correct answer is (b) get() Easiest explanation: None. |
|