当前学科:未知科目
  • 题目: 单选题
    关于下面程序,( )的结论是正确。
    public class J_Test {
    public static void main(String[] args) {
    int[] a = new int[5];
    boolean[] b = new boolean[5];
    System.out.println(a[4]);
    System.out.println(b[5]);
    }
    }

    • A程序可以通过编译并正常运行,结果输出“0false”
    • B程序可以通过编译并正常运行,结果输出“1true”
    • C程序无法通过编译
    • D程序可以通过编译,但无法正常运行

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

    查看答案

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