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.


a) When a thread joins another thread, the former does not execute until the latter terminates.

Computer Science & Information Technology

You might also like to view...

What type of Windows Server should you NOT install SQL Server 2012 for security reasons?

A. file server B. application server C. domain controller D. authentication controller

Computer Science & Information Technology

Explain why the RPC interface to early implementations of NFS is potentially insecure. The security loophole has been closed in NFS 3 by the use of encryption. How is the encryption key kept secret? Is the security of the key adequate?

What will be an ideal response?

Computer Science & Information Technology

What is another name for panels?

A. windows B. floating panels C. work windows D. moving panels

Computer Science & Information Technology

Which function returns the rank of a value within a dataset, assigning an average rank for tied values?

A. RANK.EQ B. RANK.AVG C. RANK.TIE D. AVERAGERANK

Computer Science & Information Technology