下列哪个方法和resume( )方法相互搭配,使线程停止执行,然后调用resume( )方法恢复线程
A: java
B: javac
C: javap
D: javadoc
A: java
B: javac
C: javap
D: javadoc
A
举一反三
- 下列( )方法和resume()方法相互搭配,使线程停止执行,然后调用resume()方法恢复线程。 A: suspend() B: stop() C: yield() D: interrupt()
- 和resume()方法相互搭配,使线程停止执行,然后调用resume()方法恢复线程的是( )。 A: interrupt() B: stop() C: suspend() D: yield()
- 方法resume()负责恢复下列哪一个线程的执行( )? A: 通过调用stop()方法而停止的线程 B: 通过调用sleep()方法而停止的线程 C: 通过调用wait()方法而停止的线程 D: 通过调用suspend()方法而停止的线程
- resume()方法恢复( )的执行。 A: 通过调用stop()方法而停止的线程 B: 通过调用sleep()方法而停止运行的线程 C: 通过调用wait()方法而停止运行的线程 D: 通过调用suspend()方法而停止运行的线程
- Thread的方法resume()负责恢复哪些线程的执行? [] A: 通过调用stop()方法而停止的线程。 B: 通过调用sleep()方法而停止运行的线程。 C: 通过调用wait()方法而停止运行的线程。 D: 通过调用suspend()方法而停止运行的线程。
内容
- 0
方法resume()负责恢复下列哪一个线程的执行( )?
- 1
方法 resume( ) 负责重新开始哪个线程的执行?( ) A: 被 stop( ) 方法停止的线程 B: 被 sleep( ) 方法停止的线程 C: 被 wait( ) 方法停止 D: 被 suspend( ) 方法停止
- 2
方法 resume( ) 负责重新开始哪个线程的执行?( )[br][/br] A: 被 sleep( ) 方法停止的线程 B: 被 suspend( ) 方法停止 C: 被 stop( ) 方法停止的线程 D: 被 wait( ) 方法停止
- 3
方法resume负责重新开始线程的执行
- 4
中国大学MOOC: 方法 resume( ) 负责重新开始哪个线程的执行?( )