Matrix = new matrix [r] [c];
2. here is new int [] []; The eight basic data types in java have default values, and the default value of int is 0.
3, so the default value in the array is 0.
4. But remember that variables with default values must be attributes of classes, and local variables in methods must be assigned values before they can be used.