Vidyalelo
C# Programming · Q38

Multithreading in C Sharp

Programming · C# Programming · question 38

Q38

What is the purpose of the Thread.Abort() method in C#?

A.
To wait for a thread to finish its execution before continuing with the current thread
B.
To synchronize access to a shared resource
C.
To terminate the current thread immediately
Answer
D.
To signal one or more waiting threads that an event has occurred

Answer: Option C

Solution

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