Which two can directly cause a thread to stop executing?()  

A .  Exiting from a synchronized block. B .  Calling the wait method on an object. C .  Calling the notify method on an object. D .  Calling the notifyAll method on an object. E .  Calling the setPriority method on a thread object.

时间:2022-09-06 16:11:29 所属题库:SCJP程序员认证考试题库

相似题目