下列方法中______是执行线程的方法。
A.run()
B.sleep()
C.start()
D.suspend()
第1题:
resume()方法负责恢复被哪个方法挂起的线程?
A.stop()
B.sleep()
C.wait()
D.suspend()
第2题:
Runnable接口中包括的抽象方法是______。
A.run()
B.sleep()
C.start()
D.isAlive()
第3题:
以下()方法可以用来暂时停止当前线程的运行。
A.stop()
B.sleep()
C.wait()
D.suspend()
第4题:
下列方法中哪个是执行线程的方法? ( )
A.run()
B.start()
C.sleep()
D.suspend()
第5题:
resume( )方法负责恢复被( )方法挂起的线程。
A.stop( )
B.sleep( )
C.wait( )
D.suspend( )