Operating System Threads Cancellation
Q When a web page is loading, and the user presses a button on the browser to stop loading the page?
  • A A. The thread loading the page continues with the loading
  • B B. The thread loading the page does not stop but continues with another task
  • C C. The thread loading the page is paused
  • D D. The thread loading the page is cancelled
Leave a Comment