add element to stack java

Solutions on MaxInterview for add element to stack java by the best coders in the world

showing results for - "add element to stack java"
Joaquín
15 Jan 2019
1Stack<String> stack = new Stack<String>();   
2stack.add("Geeks");