• 2022-05-30
    下列方法中哪个是执行线程的方法()。
    A: run()
    B: start()
    C: sleep()
    D: suspend()
  • A

    内容

    • 0

      3启动线程的方法是() A: run() B: start() C: sleep() D: new Thread()

    • 1

      在Java中,使线程休眠的方法是 。 A: start() B: run() C: join() D: sleep()

    • 2

      方法 resume( ) 负责重新开始哪个线程的执行?( ) A: 被 stop( ) 方法停止的线程 B: 被 sleep( ) 方法停止的线程 C: 被 wait( ) 方法停止 D: 被 suspend( ) 方法停止

    • 3

      线程的常用方法有哪些?() A: start() B: run() C: sleep(int millsecond) D: isAlive()

    • 4

      方法 resume( ) 负责重新开始哪个线程的执行?( )[br][/br]‌ A: 被 sleep( ) 方法停止的线程 B: 被 suspend( ) 方法停止 C: 被 stop( ) 方法停止的线程 D: 被 wait( ) 方法停止