当前位置: 技术问答>java相关
scjp(6)
来源: 互联网 发布时间:2015-02-15
本文导语: Which two cannot directly cause a thread to stop executing? A. exiting from a synchronized block. B. calling the notify method on an object. c. calling a read method on an InputStream object. 答案是A,C。 我想问为什么不选B呢。 C中用R...
Which two cannot directly cause a thread to stop executing?
A. exiting from a synchronized block.
B. calling the notify method on an object.
c. calling a read method on an InputStream object.
答案是A,C。
我想问为什么不选B呢。
C中用READ方法时应该会使线程致少停止一个瞬吧,那为什么答案有C?
A. exiting from a synchronized block.
B. calling the notify method on an object.
c. calling a read method on an InputStream object.
答案是A,C。
我想问为什么不选B呢。
C中用READ方法时应该会使线程致少停止一个瞬吧,那为什么答案有C?
|
题目的意思是“导致”,即在什么情况下不会导致一个线程进入stop状态,I/O操作只能是阻塞,即block状态不会是stop,故c是
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。