Describe Unbalanced Arrays ?
Such as C Java does not have true multidimensional arrays. Java fakes multidimensional arrays by using arrays of arrays. This means that it is probable to have unbalanced arrays. An unbalanced array is a multidimensional array where the dimension isn't the similar for all rows. In most applications this is a horrible idea and should be prevented.