public class B { public static void main(String []argv) throws java.io.IOException { A a = new A(); a.m(); } }