Quiz Yourself: Multithreading in .NET
Test your understanding of multithreading concepts, including thread management, synchronization primitives, the Thread Pool, and parallel loops.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Which method is used to acquire a lock when working with the Mutex class?
A.
mutex.Lock()
B.
mutex.Enter()
C.
mutex.Acquire()
D.
mutex.WaitOne()
1 / 14
...