Which of the following is NOT the method for handling deadlock?
Which of the following is NOT the method for handling deadlock? Correct Answer Deletion
There are four methods for handling a deadlock
Deadlock ignorance
It is the most popular method and it acts as if no deadlock and the user will restart.
Deadlock prevention
It means that we design such a system where there is no chance of having a deadlock.
Deadlock avoidance
Here whenever a process enters into the system it must declare maximum demand. To the deadlock problem before the deadlock occurs..
Detection and recovery
When the system is in deadlock then one method is to inform the operates and then operator deal with deadlock manually and the second method is system will automatically recover from deadlock.
Therefore, Deletion is not a method of Deadlock Handling