size( ) - This method returns the number of elements in the Stack.
isEmpty( ) - This method checks if the Stack is empty and returns true if it is empty, otherwise it returns false.
peek() - This method returns the element at the top of the Stack without removing it.