Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these is the interface of legacy is implemented by Hashtable and Dictionary classes?
  2. A.
    Map
    B.
    Enumeration
    C.
    HashMap
    D.
    Hashtable

    View Answer

    Workspace

    Answer : Option A

    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