InterviewSolution
Saved Bookmarks
| 1. |
A deadlock free solution to the dining philosophers problem ____________(a) necessarily eliminates the possibility of starvation(b) does not necessarily eliminate the possibility of starvation(c) eliminates any possibility of any kind of problem further(d) none of the mentionedThe question was asked in quiz.The above asked question is from Classic Synchronization Problems in portion Process Synchronization of Operating System |
|
Answer» RIGHT choice is (B) does not NECESSARILY ELIMINATE the possibility of starvation Best EXPLANATION: None. |
|