Which two CANNOT directly cause a thread to stop executing? (Choose Two)
A. Existing from a synchronized block.
B. Calling the wait method on an object.
C. Calling notify method on an object.
D. Calling read method on an InputStream object.
E. Calling the SetPriority method on a Thread object.
解答:AC
里面的abc可以理解,但是de是怎么会是
这是一个关于java线程方面的面试题
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-