how to fill all zero in 2d array in java code example Example: fill a two dimensional array with default value for (double[] row: matrix) Arrays.fill(row, 1.0);