Vidyalelo
C# Programming · Q42

Multithreading in C Sharp

Programming · C# Programming · question 42

Q42

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

A.
It terminates the current thread
B.
It suspends the execution of the thread
C.
It creates a new thread
D.
It retrieves the currently executing thread
Answer

Answer: Option D

Solution

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