An operating system implements a policy that requires a process to release all resources before making a request for another resource.
Select the TRUE statement from the following:
Open in App
Solution
Releasing all resources before making a request for another resource is a technique of deadlock prevention. So, deadlock connot occur.
However, we cannot say anything about starvation , it may occur or may not.