Home » JAVA Programming » Collections » Question
  1. Which of these method is used to remove all keys/values pair from the invoking map?
    1. removeAll()
    2. clear()
    3. remove()
    4. delete()
    5. None of these
Correct Option: C

remove()



Your comments will be displayed only after manual approval.