Vidyalelo
C# Programming · Q16

Multithreading in C Sharp

Programming · C# Programming · question 16

Q16

What is the purpose of the Thread class in C#?

A.
To allocate memory for storing thread-related data
B.
To provide synchronization mechanisms for multithreaded programs
C.
To represent a single thread of execution
Answer
D.
To manage a collection of threads

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board