Exit 1Z0-811 Java Foundations
Question 3 of 5
0% complete
Q3 Single choice

Given the code fragment:

Which code fragment can be inserted at line n1 to enable the code to compile?

  • A

    new int num[];

  • B

    int[] num;

  • C

    int[10] num;

  • D

    int num[10];