Vidyalelo
C# Programming · Q40

Multithreading in C Sharp

Programming · C# Programming · question 40

Q40

What is the purpose of the Thread.IsBackground property in C#?

A.
It waits for a thread to finish its execution before continuing with the current thread
B.
It suspends the execution of the thread
C.
It determines whether a thread is a background thread or a foreground thread
Answer
D.
It specifies the priority of the thread

Answer: Option C

Solution

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