import java.util.Stack; class Arne { drinkCoffee(x) { x.push("Hallo"); String y = x.pop(); } }