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

Verified
Correct Answer:
Verified
Related Questions
Q2: All of the following are methods of
Q6: A collection is a data structure for
Q7: If you want a class that implements
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 >
Q35: What must you do before adding a
Q40: The List interface is for collections that