Hi,
What is an object's lock and which object's have locks?
Thanks,
Hi friend,
Locking of object is a technique used in multiple threading to access the object in synchronous manner. All objects and classes have locks.
For reading more please go through the following link
Ads