Q683
Which of the following statements pauses program execution for 1 second?
A.
System.Threading.Thread.Pause(1000)
B.
System.Threading.Thread.Pause(1)
C.
System.Threading.Thread.Sleep(1000)
AnswerD.
System.Threading.Thread.Sleep(100)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board