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
Q8: For-each loops can not be used with
Q11: Compare and contrast vectors and arrays.
Q12: All of the following are members of
Q15: The primary interface/interfaces for a collection class
Q16: All of the following methods are part
Q19: When an interface lists a method as
Q20: If you want a class that implements
Q21: The hasNext()method of the Iterator interface has
Q22: What is the purpose of the Java
Q41: A Java collection is any class that