1
6.4kviews
What is deadlock ? What are the essential conditions for deadlock to occur.
1 Answer
0
26views
  • A process requests resources, if those are not available at that time; a process enters into the wait state.
  • It may happen that waiting processes will never change the state again, because resources requested by the process is occupied by some other process. This is known as deadlock.

For example: …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.