Which Of These Methods Of Thread Class Is Used To Suspend A #736
Which of these methods of Thread class is used to Suspend a thread for a period of time?
This multiple choice question (MCQ) is related to the book/course
gs gs108 CSharp.
It can also be found in
gs gs108 Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions - Multi-threaded Programming – 1 - Q.
Which of these methods of Thread class is used to Suspend a thread for a period of time?
sleep()
terminate()
suspend()
stop()