Question:Which interface does java.util.Hashtable implement?
A Java.util.Map B Java.util.List C Java.util.HashTable D Java.util.Collection
+ AnswerA
+ ExplanationHash table based implementation of the Map interface.
+ Report