ankita modi. wrote:Each array is an Object type okay ? GOOD BYE
Yes - my question was more specific to the dimension of the reference type. The reference type definition has one dimension where as the initialization has two dimensional String array.
Object[] obj = new String[5][5];
Note that it is Object [] I would have expected it to be something like Object [][].