The _________ is useful in sending a signal to a thread indicating that a particular event has occurred.

A) ?mutex object ?
B) ?semaphore object
C) ?event object ?
D) ?waitable timer object

C) ?event object ?

Computer Science & Information Technology

You might also like to view...

The process of inserting a chart in your document so that it becomes a part of a Word document is known as:

A) pasting. B) embedding. C) pinning. D) inserting.

Computer Science & Information Technology

If an exception is thrown in a catch handler, any code in the handler that follows the thrown exception will:

a) generate a syntax error b) generate a logic error c) never be executed d) run after the finally block is done

Computer Science & Information Technology