Multiple Choice
In a queue implementation that uses an array of fixed size,
A) the array must be made so large that the queue will never run out of space
B) it is necessary to use the array as a circular buffer
C) the array must be created from an ArrayList object
D) the queue must implement the List interface
Correct Answer:

Verified
Correct Answer:
Verified
Q24: A queue invariant is a condition<br>A) obeyed
Q25: Consider a class that uses the following
Q26: Consider a class that uses the following
Q27: In a list implementation of a queue,the
Q28: A stack based on a linked list
Q30: Which of the following operations is not
Q31: A queue based on a linked list
Q32: The stack push operation<br>A) is normally implemented
Q33: The stack class provided by the Java
Q34: The operation for adding an item to