Solved

Assume That You Have Declared a Queue Named MyQueue to Hold

Question 27

Multiple Choice

Assume that you have declared a queue named myQueue to hold String elements.Which of the following statements will correctly delete an element from myQueue?


A) myQueue.delete() ;
B) myQueue.remove() ;
C) myQueue.get() ;
D) myQueue.pop() ;

Correct Answer:

verifed

Verified

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

Related Questions