About Question enthuware.ocpjp.i.v11.2.3228 :
Posted: Wed Feb 19, 2020 2:50 pm
Shouldn't this sentence be rewritten?
In fact, the effect of such created variables is different - the first one is initialized with nulls, and the second - with arrays.So for example, a[] [] [] [] = new int[4] [3] [3] [5]; is same as a[] [] [] [] = new int [4] [] [] [];