Thread类的()方法是不建议使用的。
A: stop()
B: suspend()
C: resume()
D: 全部都是
A: stop()
B: suspend()
C: resume()
D: 全部都是
举一反三
- 不推荐使用Thread类中的以下_________方法? A: yield() B: stop(); C: resume(); D: suspend();
- 下面Thread类的控制方法中哪些已被弃用()。 A: stop() B: suspend() C: resume() D: interrupt()
- 判断下列语句哪个正确()。 A: 在线程休眠时,sleep方法会占用处理器时间 B: 将方法声明为synchronized,就可以确保不会发生死锁 C: 不提倡使用Thread类的suspend方法,resume方法和stop方法 D: 以上描述都正确
- 下面哪几个方法是Thread类中过时的()。 A: stop B: resume C: yield D: start E: run
- resume()方法负责恢复被______方法挂起的线程。 A: sleep() B: stop() C: wait() D: suspend()