--%>

Define Deadlock

Deadlock: A situation which occurs whenever two threads each acquires the lock to one of a set of resources which they both require.

   Related Questions in Programming Languages