Virtusa Written Test Qs.(JAVA Programming) :: Basic Concepts - Discussion
Home > Freshers Archives > Virtusa Placement Questions & Answers > MCQs Questions Discussion
52 / 120
Choose the correct option.
Which interface does javutil.Hashtable implement?
AJavutil.Map
BJavutil.List
CJavutil.HashTable
DJavutil.Collection
Answer: Option (Login/Signup)
Show Explanation
The java.util.Hashtable class implements a hashtable, which maps keys to values.
To successfully store and retrieve objects from a hashtable, the objects used as keys must implement the hashCode() method and the equals() method.
Asked In ::
STEP-BY-STEP
The java.util.Hashtable class implements a hashtable, which maps keys to values.
To successfully store and retrieve objects from a hashtable, the objects used as keys must implement the hashCode() method and the equals() method.
Read Full Answer
Report Error
Please Login First Click Here