Home » JAVA Programming » Collections » Question
  1. Which of these method is used to insert value and its key?
    1. addElement()
    2. insertElement()
    3. put()
    4. set()
    5. None of these
Correct Option: C

put()



Your comments will be displayed only after manual approval.