Q:

Explain Deadlock?

0

Explain Deadlock?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

A deadlock is a situation that arises when a process isn’t able to complete it’s execution because two or more than two processes are waiting for each other to finish. This usually occurs in multi-threading. In this, a shared resource is being held up by a process and another process is waiting for the first process to get over or release it, and the thread holding the locked item is waiting for another process to complete.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
illustrate Race Condition?... >>
<< Can we use “this” command within a static meth...