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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board