InterviewSolution
Saved Bookmarks
| 1. |
If multiple threads are concurrently searching through a database and one thread returns the result then the remaining threads must be ____________(a) continued(b) cancelled(c) protected(d) none of the mentionedI got this question in an interview for job.This key question is from Thread Cancellation in chapter The Linux System of Operating System |
|
Answer» RIGHT OPTION is (B) cancelled Explanation: NONE. |
|