單項選擇題下面()讓線程休眠1分鐘。
A.Thread.Sleep(1)
B.Thread.Sleep(60)
C.Thread.Sleep(1000)
D.Thread.Sleep(60000)
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題讓線程開始運行的方法是()。
A.Run()
B.Suspend ()
C.Start()
D.Resume
2.單項選擇題Thread類在()命名空間中。
A.System.Threads
B.System.Threading
C.System.Thread
D.System.Running