单项选择题

在thread类实例中,如想开启该线程,可用()方法

A.start()
B.run()
C.getName()
D.isAlive()