InterviewSolution
Saved Bookmarks
| 1. |
When a web page is loading, and the user presses a button on the browser to stop loading the page?(a) the thread loading the page continues with the loading(b) the thread loading the page does not stop but continues with another task(c) the thread loading the page is paused(d) the thread loading the page is cancelledThis question was addressed to me at a job interview.I want to ask this question from Thread Cancellation topic in portion The Linux System of Operating System |
|
Answer» The CORRECT choice is (d) the thread LOADING the PAGE is cancelled |
|