January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.util.EmptyStackException
This exception is identical to its J2SE counterpart. It signifies that an operation was performed on a stack that was empty.
public classEmptyStackExceptionextends java.lang.RuntimeException { // constructors publicEmptyStackException(); }
Read now
Unlock full access