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
AnswerD.
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