單項選擇題以下可以創(chuàng)建線程模塊的是()

A.threading
B.time
C.random
D.math


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題返回當(dāng)前活動線程對象的列表()

A.threading.enumerate()
B.threading.activeCount()
C.currentCount()
D.count()

2.單項選擇題()用于檢查線程是否在運行中

A.setName()
B.start()
C.run()
D.isAlive()

3.單項選擇題返回正在運行的線程數(shù)量()

A.threading.currentThread()
B.threading.enumerate()
C.threading.activeCount()
D.isAlive()

4.單項選擇題Time庫中休眠函數(shù)是()

A.Strftime
B.strptime
C.time.daylight()
D.time.sleep()

5.單項選擇題主線程的名字()

A.Thread
B.ThreadMain
C.MainThread
D.Main