Which of these is the interface of legacy is implemented by Hashtable and Dictionary classes?
(a) Map
(b) Enumeration
(c) HashMap
(d) Hashtable
I have been asked this question in an interview.
My question comes from Java.util in portion java.util – The Collections Framework of Java