题目内容:
在下画线处填入代码,使程序正常运行并且输出“Hello!”。 class Test ______ { public staric void maim (stringargs) { Test t=new Test(); t.start(); } public void run() { System.out.println("Hello!"); } }
参考答案:
答案解析:
在下画线处填入代码,使程序正常运行并且输出“Hello!”。 class Test ______ { public staric void maim (stringargs) { Test t=new Test(); t.start(); } public void run() { System.out.println("Hello!"); } }