下列程序的输出结果是:
public class Test{
public static void main(String[] args){
int [] array={2,4,6,8,10};
int size=6;
int result=-1;
try{
for(int i=0;i
ACatch---1
BCatch---2
CCatch---3
D以上都不对
相关试题
-
下列程序的输出结果是: public class Test{ public static void main(String[] args){ int [] array={2,4,6,8,1
-
下列代码的执行结果是: public class Test { public static void main(String[] args) { int[] x={0,1
-
阅读下列代码 public class Person{ static int arr[ ] = new int[10]; public static void main (String[] a
-
VA代码,这段代码编译运行后输出的结果是( ?)。???public class Test {???????public static int aMethod(int i) throws Excep
-
下列代码的执行结果是 public class Test { public int aMethod() { static int i=0; i++; System.out.printl