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 cancelled
This 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