Vidyalelo
C# Programming · Q44

Multithreading in C Sharp

Programming · C# Programming · question 44

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