1

What will this code print?
int a[] = new int[10];
System.out.println(a);

  • A

    0

  • B

    0000

  • C

    Syntax error

  • D

    It will print the address of the actual array in encrypted form(Hashcode)