下面代码的运行结果为:( )public class Qlac{static String arr[] = new String[5];public static void main(String args[ ]) {System.out.println(arr[1]);}} A: 编译正确,运行时将产生错误 B: 输出0 C: 输出null D: 编译时将产生错误
下面代码的运行结果为:( )public class Qlac{static String arr[] = new String[5];public static void main(String args[ ]) {System.out.println(arr[1]);}} A: 编译正确,运行时将产生错误 B: 输出0 C: 输出null D: 编译时将产生错误
1