Quiz Yourself: Multithreading in .NET
Check your knowledge of the multithreading capabilities of .NET.
We'll cover the following...
We'll cover the following...
Multithreading Quiz
1.
(Select all that apply.) Which delegate-type constructor can the Thread
class accept as a parameter?
A.
Action
B.
ThreadStart
C.
ParameterizedThreadStart
D.
Func<T>
1 / 5