Sunday, October 23, 2016

Synchronized Threads

Tags

So there is a need to synchronize the action of multiple threads and make sure that only one thread can access the resource at a given point in time. This is implemented using a concept called monitors. Each object in Java is associated with a monitor, which a thread can lock or unlock.



This Is The Newest Post


EmoticonEmoticon