Multiple Choice
If you want a class that implements the Map interface and do not need any methods beyond those in the Map interface,you can use the ____________ class.
A) Vector< T >
B) AbstractMap< K,V >
C) HashMap< K,V >
D) HashSet< T >
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: What is the difference between a vector's
Q24: All of the following methods are part
Q25: Memory management methods of the vector class
Q26: Write a Java statement to create a
Q27: To change an existing element of a
Q29: Write a method named displayList)that has one
Q30: The difference between the List< T >
Q31: The hasNext)method of the Iterator interface has
Q32: All of the following are methods of
Q33: How can one retrieve all the values