Returns the Object that is currently on top of the Stack. Unlike #pop the Object is not removed from the Stack.
@return the Object that is currently the top of the stack
@exception java.util.EmptyStackException when there are noelements currently on the Stack
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.