public class A implements Intf { public void method1 () { System.out.println("1"); } public void method2 () { System.out.println("2"); } }