Discussion :: JAVA MCQs
- Which of these is the interface of legacy is implemented by Hashtable and Dictionary classes?
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