Operating System
Programming and Technical
Q. What is dead lock?
A. Deadlock is a situation or condition where the two processes are waiting for each other to complete so that they can start. This result both the processes to hang
Read Solution (Total 1)
-
- Deadlock is a situation where a set of processes are blocked because each process is holding a resource and waiting for another resource acquired by some other process
- 7 years agoHelpfull: Yes(0) No(0)
Operating System Other Question