What is an object's lock and which object's have locks
An object's lock is a mechanism that is used by multiple threads to obtain synchronizedaccess to the object.A thread may execute a synchronized method of an object only after it has acquired theobject's lock. Allobjects and classes have locks. A class's lock is acquired on the class's Class object.
-
Interview Candidate
- Aug 27th, 2004
- 0
- 1281
This Question is not yet answered!
What is an object's lock and which object's have locks
This Question is not yet answered!