Java erstelle eine Instanz eines Stapels

Stack<String> stack = new Stack<String>();
Panicky Peafowl