InterviewSolution
Saved Bookmarks
| 1. |
What is Thread cancellation?(a) the task of destroying the thread once its work is done(b) the task of removing a thread once its work is done(c) the task of terminating a thread before it has completed(d) none of the mentionedThe question was asked at a job interview.This intriguing question comes from Thread Cancellation in section The Linux System of Operating System |
|
Answer» The CORRECT option is (C) the task of terminating a THREAD before it has completed |
|