Examveda

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)

Answer: Option C


This Question Belongs to Computer Science >> Visual Basic

Join The Discussion

Related Questions on Visual Basic