/** * @version 1.0 * @author */ public class Hello { public static void main(String[] args) throws Exception { System.out.println("hello"); fromA(); Thread.currentThread().sleep(2000); } }