单选题 阅读下面代码
public class Person
 static int arr[]=new int[10];
 public static void main(String args)
  System.out.println(arr[9]);
 

该代码的运行结果是