单项选择题

在创建Thread对象之后,调用线程的( )方法开始执行线程。

A.start()
B.interrupt()
C.run()
D.stop()