InterviewSolution
Saved Bookmarks
| 1. |
Deadlock is a situation when thread is waiting for other thread to release acquired object.(a) True(b) FalseThis question was posed to me during an online interview.I'd like to ask this question from Multithreading in chapter Multithreading of Java |
|
Answer» The correct option is (a) True |
|