Saturday 24 March 2018

What are the Methods for Handling Deadlocks?


v  Ensure that the system will never enter a deadlock state.
v  Allow the system to enter a deadlock state and then recover.
v  Ignore the problem and pretend that deadlocks never occur in the system; used by most operating systems, including UNIX.

No comments:

Post a Comment

Java - Operations

3.1  Arithmetic Operators Java supports the following arithmetic operators: Operator Description Usage Exampl...