string[][]
as a jagged array
A jagged array is an array whose elements are arrays. The elements of a jagged array can be of different dimensions and sizes. A jagged array is sometimes called an "array-of-arrays."
whereas string[,]
is a multidimensional array which
Arrays can have more than one dimension