How to find out how much columns are there in Array?

How to find out how much there are columns in Array?Array.length returns only number of rows.
[107 byte] By [BobMila] at [2007-10-2 13:29:06]
# 1
If you have a multidimensional array and each row has the same number of "columns" then call length on any of the arrays that are elements of your "main" array.Lee
tsitha at 2007-7-13 11:12:15 > top of Java-index,Java Essentials,Java Programming...
# 2
Thanks!
BobMila at 2007-7-13 11:12:15 > top of Java-index,Java Essentials,Java Programming...