Monday, April 3, 2017

What is Deadlock in Java?

deadlock is a situation where minimum two threads are holding lock on some different resource, and both are waiting for other’s resource to complete its task. And, none is able to leave the lock on resource it is holding.

No comments: