Unbalanced Arrays | Building Blocks Java (original) (raw)
Like C Java does not have true multidimensional arrays. Java fakes multidimensional arrays using arrays of arrays. This means that it is possible to have unbalanced arrays. An unbalanced array is a multidimensional array where the dimension isn’t the same for all rows. IN most applications this is a horrible idea and should be avoided.
This entry was posted on Wednesday, July 29th, 2009 at 9:27 am and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.