Vidyalelo
C# Programming · Q41

Multithreading in C Sharp

Programming · C# Programming · question 41

Q41

Which method is used to release all the resources held by a thread in C#?

A.
Abort()
Answer
B.
Dispose()
C.
Exit()
D.
Release()

Answer: Option A

Solution

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