• 2022-07-02
    返回正在运行的线程数量()
    A: threading.currentThread()
    B: threading.enumerate()
    C: threading.activeCount()
    D: isAlive()
  • C

    内容

    • 0

      下列能得到主线程的是() A: threading.main_thread() B: threading.enumerate() C: threading.activeCount() D: currentCount()

    • 1

      下列关于Thread类提供的线程控制方法的说法中,错误的选项是( )。 A: 在线程A中执行线程B的join()方法,则线程A等待直到B执行完成 B: 线程A通过调用start()方法使其进入可运行状态 C: 若线程A调用isAlive()方法并返回true,说明A正在运行中 D: currentThread()方法返回当前正在运行的线程对象

    • 2

      Which is not the custom of the Double-Seventh Day? A: Threading needles for wisdom and dexterity B: Throwing the ribbons on the roof C: Worshiping the Weaving Maid D: Dressing up in costumes.

    • 3

      ( )方法返回CPU正在执行的线程的对象。 A: stop B: un C: currentThread D: sleep

    • 4

      在ADO.NET2.0中,事物的提交和会滚是由哪个专门的对象负责?() A: RegularExpressions对象 B: Threading对象 C: Transaction对象 D: Single对象