On Aug 20, 8:03 am, Christy John <[email protected]> wrote:
> Hi,
> I'm learning 3 dimensional arrays. I know we have rows and columns in the
> case of 2d arrays. What is the terminology for the third dimension in case
> of 3d arrays? I believe the question is clear?
I'm not sure there is a specific terminology for three dimension
arrays. You might see them as cubes, or a particular n-dimensional
array where n equals three.
In Java, there are better seen as array of array, which can be nested
ad libitum.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to