Инициализация стека для строки Java
Stack<String> stack = new Stack<String>();
Manisha Koranga
Stack<String> stack = new Stack<String>();