Searched refs:multi1 (Results 1 – 1 of 1) sorted by relevance
151 String[][][][] multi1 = new String[2][3][2][1]; in arrayInstance() local152 multi1[0] = new String[2][3][2]; in arrayInstance()153 multi1[0][1] = new String[3][2]; in arrayInstance()154 multi1[0][1][2] = new String[2]; in arrayInstance()155 multi1[0][1][2][1] = "HELLO-1"; in arrayInstance()156 strForm = Arrays.deepToString(multi1); in arrayInstance()