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 mentioned
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
A. Asynchronous cancellation
B. Systematic cancellation
C. Sudden termination
D. Deferred cancellation
A. Asynchronous cancellation
B. Systematic cancellation
C. Sudden termination
D. Deferred cancellation
A. Frees all the resources properly
B. May not free each resource
C. Spoils the process execution
D. None of the mentioned
A. The thread can be cancelled ? safely or otherwise doesn’t matter
B. The thread can be cancelled safely
C. The whole process can be cancelled safely
D. None of the mentioned
A. Continued
B. Cancelled
C. Protected
D. None of the mentioned