238.

int[] myArray = new int[10]; What will be the value of myArray[1]?

Array elements are automatically initialized to their default values.