Multiple Choice
The Collection class or interface that allows only unique elements is the ___________ class or interface.
A) List< T >
B) Set< T >
C) Vector< T >
D) all of the above
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
Q39: If you do not need efficient random
Q42: Write a Java statement to recover the
Q44: To use Java's Vector class,you must import