Multiple Choice
The interface SortedSet and the concrete class _________ is designed for implementations of the Set interface that provide for rapid retrieval of elements.
A) Vector< T >
B) LinkedList< T >
C) HashSet< T >
D) TreeSet< T >
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: If you do not need efficient random
Q8: For-each loops can not be used with
Q9: If you want a class that implements
Q10: To use Java's Vector class,you must import
Q11: Compare and contrast vectors and arrays.
Q13: Classes that implement the Set interface allows
Q14: A _ is used to specify a
Q15: A _ is a data structure for
Q16: The AbstractSequentialList class provides efficient implementation of
Q17: All Collection classes are part of the