Menu

Threads Questions

MCQ
31.
When is the Many to One model at an advantage?
forum Discussion
MCQ
32.
In the Many to Many model true concurrency cannot be gained because ___________
forum Discussion
MCQ
33.
In the Many to Many models when a thread performs a blocking system call ___________
forum Discussion
MCQ
34.
What is Thread cancellation?
forum Discussion
MCQ
35.
When a web page is loading, and the user presses a button on the browser to stop loading the page?
forum Discussion
MCQ
36.
When one thread immediately terminates the target thread, it is called ____________
forum Discussion
MCQ
37.
When the target thread periodically checks if it should terminate and terminates itself in an orderly manner, it is called?
forum Discussion
MCQ
38.
Cancelling a thread asynchronously ____________
forum Discussion
MCQ
39.
If multiple threads are concurrently searching through a database and one thread returns the result then the remaining threads must be ____________
forum Discussion
MCQ
40.
Thread pools are useful when ____________
forum Discussion