InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a method in deadlock handling(a) Deadlock prevention(b) Deadlock detection(c) Deadlock recovery(d) Deadlock distribution |
|
Answer» Correct option is (d) Deadlock distribution Easiest explanation: Deadlock distribution is not a method in deadlock handling whereas, deadlock prevention is followed by deadlock detection and deadlock recovery. |
|