Vidyalelo
C# Programming · Q12

Multithreading in C Sharp

Programming · C# Programming · question 12

Q12

What is the purpose of the ThreadPool class in C#?

A.
To manage and recycle a pool of worker threads
Answer
B.
To allocate memory for storing thread-related data
C.
To provide synchronization mechanisms for multithreaded programs
D.
To execute tasks sequentially

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board