What happens when thread X executes a wait() method on object A, without owning object A’s lock?()  

A .  Compilation fails. B .  An exception is thrown. C .  The wait() method has no effect. D .  Thread X receives the lock immediately. E .  Object A moves the thread to the wait pool.

时间:2022-10-02 18:43:04 所属题库:SCJP程序员认证考试题库

相似题目

推荐题目