public class X { void p(String s, String t) { System.out.println("s: " + s + " t: " + t); } }