Deadlock is a condition where both threads are waiting for each other to release the lock - Core Java
Q. Both threads are waiting for each other to release the lock, the condition is called deadlock.- Published on 17 Jul 15a. True
b. False
ANSWER: True