Deadlock is a situation when thread is waiting for other thread to release acquired object.
(a) True
(b) False
This question was posed to me during an online interview.
I'd like to ask this question from Multithreading in chapter Multithreading of Java