Deadlock prevention scheme - Operating System
Q. Which of the following statements is not valid for deadlock prevention scheme?- Published on 26 Aug 15a. Number the resources uniquely and never request a lower numbered resource than the last one requested.
b. Request and all required resources be allocated before execution.
c. Release all resources before requesting a new resource.
d. Never request a resource after releasing any resource.
ANSWER: Never request a resource after releasing any resource.