Q12
What is the purpose of the ThreadPool class in C#?
A.
To manage and recycle a pool of worker threads
AnswerB.
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