注意:此页面搜索的是所有试题
题目内容
(国家开放大学移动开发技术导论)
给出下面代码,关于该程序以下哪个说法是正确的? ( )public class Person(){static int arr[] = new int[5];public static void main(String a[]){System.out.println(arr[0]); }}
单选题 (1 分) 1分
A.编译时将产生错误
B.编译时正确,运行时将产生错误
C.输出零
D.输出空
单选题 (1 分) 1分
A.编译时将产生错误
B.编译时正确,运行时将产生错误
C.输出零
D.输出空
参考答案