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

Verified
Correct Answer:
Verified
Related Questions
Q11: Compare and contrast vectors and arrays.
Q15: The primary interface/interfaces for a collection class
Q16: All of the following methods are part
Q17: The interface SortedSet and the concrete class
Q19: When an interface lists a method as
Q21: The hasNext()method of the Iterator interface has
Q25: A _ is a data structure for
Q33: How can one retrieve all the values
Q41: A Java collection is any class that
Q44: A vector can potentially encounter an ArrayIndexOutOfBoundsException.