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

阅读下面程序 public class Test implements Runnable {  private int x=0;  private int y=0;  boolean flag...

查看本题答案

你可能感兴趣的试题

Test t=flew Test()  Thread t=new Thread();  Thread t=new Thread(new Test());  Test t=new Thread();  
程序不能通过编译,因为start()方法在Test类中没有定义  程序编译通过,但运行时出错,提示start()方法没有定义  程序不能通过编译,因为run()方法没有定义方法体  程序编译通过,且运行正常  
Test t=new Test();  Thread t=new Thread();  Thread t=new Thread(new Test());  Test t=new Thread();  
implements Thread  extends Runnable  implements Runnable  extends Thread  
Test t=flew Test()  Thread t=new Thread();  Thread t=new Thread(new Test());  Test t=new Thread();  
程序不能通过编译,因为start()方法在Test类中没有定义  程序编译通过,但运行时出错,提示start()方法没有定义  程序不能通过编译,因为run()方法没有定义方法体  程序编译通过,且运行正常  
Test t=new Test();  Thread t=new Thread();  Thread t=new Thread(new Test());  Test t=new Thread();  
A::test()  test()  B::test()  this->test()  
implements Thread  extends Runnable  implements Runnable  extends Thread  

热门试题

更多