下面哪个不是Thread类的方法( )
A: start()
B: un()
C: exit()
D: getPriority()
A: start()
B: un()
C: exit()
D: getPriority()
举一反三
- 下面选项哪些“不是”Thread类的方法() A: start() B: exit() C: sleep() D: join()
- 线程类Thread中没有定义的方法是( )。 A: un( ) B: start( ) C: sleep( ) D: exit( )
- 下列哪个方法不是线程类Thread中定义的方法?() A: sleep() B: start() C: exit() D: run()
- 通过以下( )方法启动线程 A: un() B: start() C: thread() D: new()
- Thread类的哪个方法用来启动线程的运行?() A: run() B: start() C: begin() D: execute(Thread t)