Multiple Choice
If you do not need efficient random access but need to efficiently move sequentially through the list,then use the _____________ class.
A) Vector< T >
B) LinkedList< T >
C) HashSet< T >
D) TreeSet< T >
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Elements of a vector must be of
Q18: < T > is a wildcard used
Q23: What is the difference between a vector's
Q26: Write a Java statement to create a
Q34: The method contains(Object o)of the ArrayList class
Q38: The method _ can be used to
Q38: Write a Java statement that changes the
Q40: The Collection class or interface that allows
Q42: Write a Java statement to recover the
Q44: To use Java's Vector class,you must import