Examveda

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


This Question Belongs to C Sharp Programming >> Multithreading In C Sharp

Join The Discussion

Related Questions on Multithreading in C Sharp

What is multithreading in C#?

A. The ability of a program to handle multiple inputs simultaneously

B. The process of executing multiple tasks in a sequential manner

C. The process of running multiple programs at the same time

D. The ability of a CPU to execute multiple threads simultaneously