Vidyalelo
Java Programming · Q58

Java Collections Framework

Programming · Java Programming · question 58

Q58

What is the correct method used to insert and delete items from the queue?

A.
push and pop
B.
enqueue and dequeue
Answer
C.
enqueue and peek
D.
add and remove

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board