当前学科:未知科目
  • 题目: 单选题
    给出下面代码,关于该程序以下哪个说法是正确的?( )
    public class Person{
    static int arr[] = new int[5];
    public static void main(String a[])
    {
    System.out.println(arr[0]); }
    }

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

    答案: <查看本题扣1积分>

    查看答案

    答案不对?请尝试站内搜索