Q74
What happens when you pop from an empty stack while implementing using the Stack ADT in Java?
A.
Undefined error
B.
Compiler displays a warning
C.
EmptyStackException is thrown
AnswerD.
NoStackException is thrown
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board