What will this code print? int a[] = new int[10]; System.out.println(a);
int a[] = new int[10]; System.out.println(a);
0
0000
Syntax error
It will print the address of the actual array in encrypted form(Hashcode)