Question: 4. Which of the following statements pauses program execution for one 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)
4. Which of the following statements pauses program execution for one 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
