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

阅读下列程序。 Public class Test implements Runnable( Private int x=0; Private int y=0; boolean flag=tr...

查看本题答案

你可能感兴趣的试题

package testpackage; public class Test{ }  import javi*; package testpackage; public class Test{ }  import jav*; class Person{} public class Test{ }  import javi*; import javaw*; public class Test { }  
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();  
package testpackage;
public class Test  
import java.io.*;
package testpackage;
public class Test  
import java.i.*;
class Person
public class Test  
import java.io.*;
import java.awt.*;
public class Test  
implements Thread  extends Runnable  implements Runnable  extends Thread  
1和l  l和1.0  1.0和l  1.0和1.0  
package testpackage;  public class Test  import java.io.*;  package testpackage;  public class Test  import java.i.*;  class Person  public class Test  import java.io.*;  import java.awt.*;  public class Test  
Test t=flew Test()  Thread t=new Thread();  Thread t=new Thread(new Test());  Test t=new Thread();  
程序不能通过编译,因为start()方法在Test类中没有定义  程序编译通过,但运行时出错,提示start()方法没有定义  程序不能通过编译,因为run()方法没有定义方法体  程序编译通过,且运行正常  
1和1  1和1.0  1.0各1  1.0和1.0  
Test t=new Test();  Thread t=new Thread();  Thread t=new Thread(new Test());  Test t=new Thread();  
程序不能通过编译,因为start()方法在Test类中没有定义  程序编译通过,但运行时出错,提示start()方法没有定义  程序不能通过编译,因为run()方法没有定义方法体  程序编译通过,且运行正常  
程序不能通过编译,因为start()方法在Test类中没有定义  程序编译通过,但运行时出错,提示start()方法没有定义  程序不能通过编译,因为run()方法没有定义方法体  程序编译通过,且运行正常  

热门试题

更多