Multiple Choice
You need to access values in the opposite order in which they were added (last in, first out) , and not randomly.Which collection type should you use?
A) Hashtable
B) Map
C) Queue
D) Stack
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q61: A collection that allows items to be
Q62: Assume that you have declared a map
Q63: A binary search requires _ access.<br>A)sorted<br>B)random<br>C)arbitrary<br>D)sequential
Q64: You need a data structure in your
Q65: Which of the following statements about sets
Q67: Which method is NOT part of the
Q68: Select an appropriate expression to complete the
Q69: Consider the following code snippet:<br>Map<String, Integer> scores;<br>You
Q70: Assume you have created a linked list
Q71: You need a data structure in your