Home » Unlabelled » What is deadlock? | Java Threads
Tuesday, 14 February 2012
What is deadlock? | Java Threads
When two threads are waiting for each other and can’t proceed until the first thread obtains a lock on the other thread or vice versa, the program is said to be in a deadlock.
No comments:
Post a Comment