What is the best action a system can take when deadlock is
detected
Answers were Sorted based on User's Feedback
Answer / nadeem khokhar
system checks for the priority. if a lower priority process is holding the resource and more priority process is in waiting, it frees the resource from low priority process and gives it to the higher priority process.
or it can also go for that if a process is not leaving the resource and other is in wait state then it checks the time quantum, if time quantum exceeds from the predefined time quantum it takes the resource and give it to the next process and same action repeated
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / devendra singh
dedloc is condition lock relised from dedloc condition
| Is This Answer Correct ? | 2 Yes | 6 No |
what is log files in qtp what is use
what is static objects in java
why we use abstract word in abstract window toolkit in java language.
in IBM PC -AT.WAT AT REFERS TO?
< No Frames > tag is used for
Why we use NEW operator when we create Object,While in C++ we donot ?
Which tag is used to break a line
we can use parameters in cl and rpg pgms...etc.in particular i think when we use data area or datastructure or data queue .i think this means which one====in my question...parameters cannot be passed in which one????hope understand my qstn???
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
HTML is a subset of
How to know we are in home page of a web application using QTP
Define Abstract method & class with Example