Vidyalelo
Computer Science · Q683

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Engineering and GATE · Computer Science · question 683

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)
Answer
D.
System.Threading.Thread.Sleep(100)

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board