Retrieves and removes the topmost item in the stack.
public Object popItem()
Returns the last item in the list.
EmptyStackException thrown if there are no items in the stack.