which two can not directly cause a thread to stop executing?
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我自己选的是B 和答案不同啊 还有E选项不懂什么意思
麻烦大家解答一下 多谢了