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
Q2: All of the following are methods of
Q4: If you want a class that implements
Q6: A collection is a data structure for
Q12: All of the following are members of
Q13: Classes that implement the Set interface allows
Q16: The AbstractSequentialList class provides efficient implementation of
Q21: Create a for loop to initially set
Q29: Write a method named displayList)that has one
Q30: The difference between the List< T >
Q40: The List interface is for collections that