Multiple Choice
A list is a collection that ____.
A) should be used when you need to remember the order of elements in the collection.
B) allows items to be added at one end and removed at the other end.
C) does not allow elements to be inserted in any position.
D) manages associations between keys and values.
Correct Answer:

Verified
Correct Answer:
Verified
Q66: Consider the following code snippet: LinkedList<String> words
Q67: Consider the following code snippet: Queue<String> stringQueue
Q68: Which of the following statements about hash
Q69: You need to access values in the
Q70: To create a TreeSet for a class
Q72: Which data structure would best be used
Q73: Consider the following code snippet: LinkedList<String> myLList
Q74: Which data structure would best be used
Q75: Assume you have created a linked list
Q76: You need to access values in objects