Solved

Assume That You Have Declared a Queue Named MyQueue to Hold

Question 97

Multiple Choice

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


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

Correct Answer:

verifed

Verified

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

Related Questions