Answer to Question #20463 in Java | JSP | JSF for nohra

Question #20463
13. When processing all the elements of a column of a two-dimensional array, what possible runtime error do we have do worry about that the number of column elements may not be constant across all rows.
1
Expert's answer
2012-12-11T09:32:27-0500
In JAVA Multi-dimensional arrays are built frommultiple one-dimensional arrays.
Two-dimensional array might look like:
[1][2][3]
[1][2][3]
or
[1][2]
[1][2][3][4]

The most common runtime erroris: ArrayIndexOutOfBoundsException

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS