Question: 3. 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) d. System.Threading.Thread.Sleep(100)
3. 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)
d. System.Threading.Thread.Sleep(100)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
