Multiple Choice
If a queue is implemented as the ADT list,which of the following queue operations can be implemented as list.get(1) ?
A) enqueue()
B) dequeue()
C) isEmpty()
D) peek()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: A reference-based implementation of a queue that
Q8: A queue can be used to preserve
Q9: Which of the following code fragments is
Q10: The Java _ operator is used to
Q11: Define the problem of rightward drift in
Q13: Which of the following methods of QueueInterface
Q14: What is the action performed by the
Q15: In an event-driven simulation of a bank,which
Q16: Which of the following is an operation
Q17: What is the advantage an implementation of