ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

How does thread synchronization occurs inside a monitor?

A Monitor defines a lock and condition variables for managing concurrent access to shared data. The monitor uses the lock to ensure that only a single thread is active in the monitor code at any time. A monitor allows only one thread to lock an object at once.

 

Related Posts Plugin for WordPress, Blogger...
Flag Counter