当前学科:计算机科学与技术
  • 题目: 未知类型
    已知如下代码:public class Test{ static long a[] = new long[10]; public static void main ( String arg[] ) { System.out.println ( a[6] ) ; } } 则下面()语句是正确的。

      A.When running, some error will occur.

      B.When compile, some error will occur.

      C.Output is null.

      D.Output is 0.

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

    查看答案

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