class Demo { void d(String s){ String expr = s; System.out.println(expr); System.out.println(expr); System.out.println(expr); } }