Java boolean Array - initializing a boolean array in java

So, if the array is 10 in size, the largest array index value is 9. Or said another way, the last array location is identified with the index value of 9. Values are placed in an array with an assign statement just was with other variables. With an array the specific location within the array must be also specified. ................
................