Vidyalelo
C# Programming · Q35

Multithreading in C Sharp

Programming · C# Programming · question 35

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
Answer
C.
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