Vidyalelo
C# Programming · Q28

Multithreading in C Sharp

Programming · C# Programming · question 28

Q28

Which method is used to resume the execution of a suspended thread in C#?

A.
Continue()
B.
Start()
C.
Resume()
Answer
D.
Execute()

Answer: Option C

Solution

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