Home » JAVA Programming » Collections » Question
  1. Which of these class object uses the key to store value?
    1. Hashtable
    2. Dictionary
    3. Map
    4. All of above
    5. None of these
Correct Option: D

Dictionary, Map & Hashtable all implement Map interface hence all of them uses keys to store value in the object.



Your comments will be displayed only after manual approval.