A two dimensional array has a specified number of rows.
Each row has a specified number of elements.
Rows can be displayed on separated lines and the row elements line up in columns.
In Java two dimensional arrays are really arrays where the element type is also an array.
But we think of the two dimensional array as a having elements of the type of individual elements in each row.