#ITE-6104
Awesome StudentQuestion • Computer Programming 2

What will be the output if you execute this code: int a[] = new int[1]; System.out.println(a[1]);

Answer

It will produce an exception.