Solved

Calling the Wait Method in Synchronized Code Is Very Similar

Question 40

Multiple Choice

Calling the wait method in synchronized code is very similar to what action after locking with a ReentrantLock object?


A) Calling notify.
B) Locking a ReentrantLock object.
C) Calling await on a condition object.
D) Calling signalAll on a condition object.

Correct Answer:

verifed

Verified

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

Related Questions