InterviewSolution
Saved Bookmarks
| 1. |
Which of these method is used to remove all keys/values pair from the invoking map?(a) delete()(b) remove()(c) clear()(d) removeAll() |
|
Answer» The correct answer is (b) remove() Easy explanation: None. |
|