class Test { void h(int i, String[] s, String[] t) { System.out.println(t[i]); final String s1 = s[t[i].length()]; System.out.println(s1); } }