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
C. A mechanism for handling exceptions thrown by threads
D. None of the above
Answer: Option B

Join The Discussion