Hello rohini....
In
java multidimensional arrays are implented as arrays of arrays ...
1-D array can hold the primitives or references of specified type...
2-D array hold refereces to 1-D array objects...
Similarly, 3-D array hold refereces to 2-D array objects and so on...
Also , note that arrays in java are objects...
HTH