Multiple Choice
All of the following are members of Java's Collection class except:
A) Queue< T >
B) LinkedList< T >
C) Vector< T >
D) Set< T >
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: If you want a class that implements
Q8: For-each loops can not be used with
Q15: The primary interface/interfaces for a collection class
Q16: The AbstractSequentialList class provides efficient implementation of
Q16: All of the following methods are part
Q17: The interface SortedSet and the concrete class
Q21: Create a for loop to initially set
Q22: What is the purpose of the Java
Q29: Write a method named displayList)that has one
Q30: The difference between the List< T >