Q35
What is a thread pool in C# multithreading?
A.
A mechanism for synchronizing access to shared resources
B.
A collection of pre-initialized threads that are available for executing tasks
AnswerC.
A mechanism for handling exceptions thrown by threads
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board