单项选择题在Java源文件中什么类最多只能有一个,其他类的个数不限
单项选择题给出下列的程序,其叙述正确的是( )。public class Man {static int arr[ ] = new int[10];public static void main(String a[ ] ) {System.out.println(arr[1] );}}