Solved

In a Queue Implementation That Uses an Array of Fixed

Question 29

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions