Multiple Choice
You need to access values in objects by a key that is not part of the object. Which collection type should you use?
A) Map
B) Hashtable
C) ArrayList
D) Queue
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q71: A list is a collection that _.<br>A)
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
Q77: Assume that you have declared a set
Q78: Consider the following code snippet: PriorityQueue<String> stringQueue
Q79: Which of the following statements about manipulating
Q80: Assume you are using a doubly-linked list
Q81: What is included in a linked list