Solved

In JAVA, When a Thread Calls Wait( ) Inside a Synchronized

Question 43

Multiple Choice

In JAVA, when a thread calls wait( ) inside a synchronized method,


A) the thread releases the object lock and continues its execution.
B) the thread releases the object lock, blocks and is put in the entry set.
C) the thread releases the object lock, blocks and is put in the wait set.
D) the thread continues its execution without releasing the object lock.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions