No! Java does support array within array.We can achieve multidimensional arrays using it.Example:int[][][] m=new int[3][3][2];