作为类中新线程的开始点,线程的执行是从()方法开始的。
A:public void start()
B:public void run()
C:public void int()
D:public static void main(Stringargs[])
出自:计算机科学