填空題在VB.NET中使用()類來創(chuàng)建和維護(hù)線程,該類在()命名空間中。

您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題Timer組件位于()命名空間。

A.System.Web.UI
B.System.Windows.Forms
C.System.Timers
D.System.Windows

2.單項(xiàng)選擇題將線程設(shè)置成最高優(yōu)先級(jí),應(yīng)讓其Priority屬性的值為()。

A.ThreadPriority. Highest
B.ThreadPriority. AboveNormal
C.ThreadPriority. Lowest
D.ThreadPriority. Normal

3.單項(xiàng)選擇題下面()讓線程休眠1分鐘。 

A.Thread.Sleep(1)
B.Thread.Sleep(60)
C.Thread.Sleep(1000)
D.Thread.Sleep(60000)

4.單項(xiàng)選擇題讓線程開始運(yùn)行的方法是()。 

A.Run()
B.Suspend ()
C.Start()
D.Resume

5.單項(xiàng)選擇題Thread類在()命名空間中。

A.System.Threads
B.System.Threading
C.System.Thread
D.System.Running