Java Programming - Objects and Collections - Discussion

Discussion Forum : Objects and Collections - General Questions (Q.No. 5)
5.
Which interface does java.util.Hashtable implement?
Java.util.Map
Java.util.List
Java.util.HashTable
Java.util.Collection
Answer: Option
Explanation:

Hash table based implementation of the Map interface.

Discussion:
2 comments Page 1 of 1.

Mac said:   1 decade ago
No no HashTable is a key-pair combination and Map too but whole java.util.Collection is not.

Annepaka Gopi said:   1 decade ago
As per my knowledge.

Hashset also depends on hashTable structure right ? then may be D also right no ? Since it comes under java.util.Collection.

Thank you.

Post your comments here:

Your comments will be displayed after verification.