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) Map
B) Hashtable
C) Stack
D) Queue
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q56: A queue is a collection that _.<br>A)
Q57: Print jobs submitted to a printer would
Q58: You need to write a program to
Q59: You need to write a program to
Q60: Which of the following statements about a
Q62: A linear search only requires _ access.<br>A)
Q63: Suppose we have two String objects and
Q64: You need to access values by an
Q65: Suppose we create a deque (double-ended queue)
Q66: Consider the following code snippet: LinkedList<String> words