Solved

Assume That You Have Declared a Stack Named MyStack to Hold

Question 87

Multiple Choice

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


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

Correct Answer:

verifed

Verified

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

Related Questions