Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

three dimensional array?

807607Dec 3 2006 — edited Dec 3 2006
hi,

well i need an two dimensional which includes other two dimensional arrays at every position:

as if i write array[0][0] then i access the first two dimensional array,
by array[0][1] the second two dimensional array of the first row.

I think it must be a four dimensional array, but i�m not for sure.
If i am right, is this the right way to access the first element in the first row and second column of my two dimensional array, which i find in the second row and third colum of my "outer" two dimensional array?

array[2][3][0][1]


Thanks for answers.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 31 2006
Added on Dec 3 2006
1 comment
120 views