Q44
What is the purpose of the Thread.IsAlive property in C#?
A.
It suspends the execution of the thread
B.
It specifies the priority of the thread
C.
It checks whether the thread is alive or not
AnswerD.
It determines whether a thread is a background thread or a foreground thread
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board