Java - Arrays
Identify the error in the following code snippet:
int[] arr = new int[5]; arr[5] = 10;
int[] arr = new int[5]; arr[5] = 10;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions