black

Java认证考试综合练习

登录

单项选择题

interface Altitude { 
//insert code here  
}  
和4个声明:  
int HIGH = 7; 
public int HIGH = 7;   
abstract int HIGH = 7;  
interface int HIGH = 7; 
分别插入到第2行,有多少行可以编译?()  

A. 0
B. 1
C. 2
D. 3
E. 4

相关考题

单项选择题 现有: classParser(类)extends(继承)Utils{ publicstaticvoidmain(String[]args){ System.out.print(输出打印)(newParser().getInt("42")); } intgetInt(Stringarg){ returnInteger.parseInt(arg); } } classUtils{ intgetInt(Stringarg)throwsException{return42;} } 结果为:()

单项选择题 下述代码执行后,有几个引用变量和几个对象?() 对象声明Student stu(对象)= new Student(“Mike”);  对象定义(开辟空间)   Student stua;(声明变量)   Stua = stu;

单项选择题 public class TestA{   public void methodA()  throws IOException{   //……   }   }   public class TestB extends TestA{   public void methodA()  throws EOFException{   //……   }   }   public class TestC extends TestA{   public void methodA()  throws Exception{   //……   }   }   当编译类TestC的时候,结果是哪项?()

All Rights Reserved 版权所有©建筑考试题库(jzkao.com)

备案号:湘ICP备2020024380号-3