public class ExpData { void foo(String s) { s = ""; System.out.println(s.substring(2)); } }