当前位置: X题卡 > 所有题目 > 题目详情

语句Thread thread1=new SomeThreadClass( )成功运行后,线程thread1处于生命周期的______状态。

查看本题答案

你可能感兴趣的试题

Thread-0  Thread-1  Thread-0  Thread-1
Thread-1 Thread-0  
继承Thread类  实现Runnable接口  t1.start()  t2.start()  
setPriority(Thread. MIN_PRIORITY)  t1 .setPriority(Thread. MIN_PRIORITY)  t.setPfiofity(Thread. MIN_PRIORITY)  t14.setPriority(Thread. MIN_PRIORITY)  
sleep(1000) InteruptedException  t.sleep(1000) InterruptedException  Thread.sleep(1000) RuntimeException  Thread.sleep(1000) InterruptedException  
Thread-0  Thread-1  Thread-0  Thread-1 Thread-1 Thread-0  
系统没有为该线程对象分配资源  只能启动或者终止  创建了一个空的线程对象  可以调用其他方法  
Test类一定要实现Runnable接口  Test类一定是Thread类的子类  Test类一定是Runnable的子类  Test类一定是继承Thread类并且实现Runnable接口  
Test类一定要实现Runnable接口  Test类一定是Thread类的子类  Test类一定是Runnable类的子类  Test类一定是继承Thread类,并且实现Runnable接口  
系统没有为该线程对象分配资源  只能启动或者终止  创建了一个空的线程对象  可以调用其他方法  
Test t=new Test();  Thread t=new Thread();  Thread t=new Thread(new Test());  Test t=new Thread();  
系统没有为此线程对象分配资源  只能启动或者终止  创建了一个空的线程对象  可以调用其他方法  
系统没有为此线程对象分配资源  只能启动或者终止  创建了一个空的线程对象  可以调用其他方法  
setPriority(Threa MIN_PRIORIT  t1 .setPriority(Threa MIN_PRIORIT  setPfiofity(Threa MIN_PRIORIT  t14.setPriority(Threa MIN_PRIORIT  
t1 运行 t2 运行  t2 运行 t1 运行  t1 运行 t1 运行  t2 运行 t2 运行  

热门试题

更多