Multiple Choice
Which of the following statements about thread operations is true?
A) When a thread joins another thread, the former does not execute until the latter terminates.
B) Thread cancellation always terminates the target thread immediately.
C) A thread can mask an abort signal.
D) A process can continue execution after its primary thread exits.
Correct Answer:

Verified
Correct Answer:
Verified
Q19: User-level thread implementations are also called _
Q20: According to the POSIX specification, processes send
Q21: In Windows XP, a fiber is scheduled
Q22: In Linux, a process in the _
Q23: What could cause a thread to terminate
Q24: Java implements thread signaling using the _
Q25: A thread enters the waiting state when
Q26: _, _ and _ are general-purpose programming
Q27: In the 1970s and 1980s, what was
Q29: The amount of overhead incurred by many-to-many