填空题

请在下画线处填入代码,使程序正常运行并且输出“Hello!”
class Test______
public static void main(string[]args)
Test t=new Test();
t.start();

Public void run()
System.out.println(’Hello!’);

【参考答案】

exlends Thread