MCQOPTIONS
Saved Bookmarks
| 1. |
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» D. System.Threading.Thread.Sleep(100) | |