Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these class object uses key to store value?
  2. A.
    Dictionary
    B.
    Map
    C.
    Hashtable
    D.
    All if the mentioned

    View Answer

    Workspace

    Answer : Option D

    Explanation :

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


Be The First To Comment