Somebody help me please, I still struggling to understand array multi
Dimension,
My question is :

1. if I create 2 dimensional array 4 x 3 and the data type integer in
32 bit computer how much memory will consume? Is it still only 4 byte
or become doubler ??

2.  how to fill values in row & column after initialized fixed
dimension size in 3 D array:

    int [ ][ ][ ] num;
    num = new int [50][128][256];

3. What does it means 50 x 128 x 256 in array 3 D?

4. in array 3D 50 is become Row, 128 is column, and the 256 is column,
Is it right?

5. from above no.3 question the total is 1.651.200 field to store data
value, How much a memory will consume?

6. What does array use for in our java programming actually in GUI
(AWT)?? only store a value or any different purpose?


--~--~---------~--~----~------------~-------~--~----~
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