• 2022-07-25 问题

    currentThread()方法返回当前线程的引用

    currentThread()方法返回当前线程的引用

  • 2022-07-02 问题

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

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

  • 2022-07-25 问题

    可确定当前占有CPU的线程调用的方法是() A: getName() B: getThread() C: currentThread() D: currentName()

    可确定当前占有CPU的线程调用的方法是() A: getName() B: getThread() C: currentThread() D: currentName()

  • 2022-07-25 问题

    Thread类中的currentThread()方法返回当前正在使用CPU资源的线程。 A: 正确 B: 错误

    Thread类中的currentThread()方法返回当前正在使用CPU资源的线程。 A: 正确 B: 错误

  • 2022-07-25 问题

    中国大学MOOC: Thread类中的currentThread()方法返回当前正在使用CPU资源的线程。

    中国大学MOOC: Thread类中的currentThread()方法返回当前正在使用CPU资源的线程。

  • 2022-05-28 问题

    Thread类的以下哪个static方法能够返回当前活动线程的名称? A: join() B: yield() C: sleep() D: currentThread()

    Thread类的以下哪个static方法能够返回当前活动线程的名称? A: join() B: yield() C: sleep() D: currentThread()

  • 2022-07-25 问题

    currentThread( )方法是Thread类中的static方法,该方法返回当前正在使用CPU资源的线程。

    currentThread( )方法是Thread类中的static方法,该方法返回当前正在使用CPU资源的线程。

  • 2022-07-24 问题

    调用线程的下列方法中,( )可以改变该线程在生命周期中的状态。 A: setPriority ( ) B: currentThread ( ) C: start ( ) D: aetiveCount ( )

    调用线程的下列方法中,( )可以改变该线程在生命周期中的状态。 A: setPriority ( ) B: currentThread ( ) C: start ( ) D: aetiveCount ( )

  • 2022-07-25 问题

    currentThread()方法是Thread类中的类方法,可以用类名调用,该方法返回当前正在使用CPU资源的线程。

    currentThread()方法是Thread类中的类方法,可以用类名调用,该方法返回当前正在使用CPU资源的线程。

  • 2022-05-28 问题

    下列说法中错误的一项是______。 A: 通过执行Thread.currentThrea《)返回当前线程的引用 B: currentThread()方法是静态方法 C: stop()方法强行终止线程的执行,线程结束后,仍然可以再运行 D: 线程a通过a.suspend()方法暂停执行,通过调用a.resume()恢复执行

    下列说法中错误的一项是______。 A: 通过执行Thread.currentThrea《)返回当前线程的引用 B: currentThread()方法是静态方法 C: stop()方法强行终止线程的执行,线程结束后,仍然可以再运行 D: 线程a通过a.suspend()方法暂停执行,通过调用a.resume()恢复执行

  • 1 2 3 4 5 6 7 8 9 10