java stack add in front of stack code example Example: add element to stack java Stack<String> stack = new Stack<String>(); stack.add("Geeks");