利用Runnable接口实现线程必须复写run()方法,这个run()方法是由哪一个方法调用的()。
A:start()
B:doStart()
C:startApp()
D:doRun()
出自:计算机科学