给出下面代码: public class Person{ static int arr[] = new int[10];public static void main(String a[]) {System.out.println(arr[1]); } } 哪个语句是错误的()。

A.编译时将产生错误 B.编译时正确,运行时将产生错误 C.输出零 D.输出空

时间:2023-12-02 17:01:50

相似题目