填空题

在下画线处填入代码,使程序正常运行并且输出“Hello!”。 class Test ______ {  public staric void maim (string[] args) {   Test t=new Test();   t.start();  }   public void run() {   System.out.println("Hello!");  } }

【参考答案】

extends Thread
热门 试题