调用线程的下列方法中,( )可以改变该线程在生命周期中的状态。

admin2013-03-01  12

问题 调用线程的下列方法中,(    )可以改变该线程在生命周期中的状态。

选项 A、setPriority ( )
B、currentThread ( )
C、start ( )
D、aetiveCount ( )

答案4

解析 setPriority( )方法的功能是设置线程的优先级;currentThread( )方法的功能是返回当前线程的引用;activeCount( )方法的功能是获取当前线程所属线程组中活动线程数。start( )方法的功能是启动线程,使线程进入可运行状态。
转载请注明原文地址:https://kaotiyun.com/show/Jk2p777K
0

最新回复(0)