I know how to do it normally, but I could swear that you could fill out out like a[0] = {0,0,0,0}; How do you do it that way? I did try Google, but I didn\'t get anything he
Arrays.fill(). The method is overloaded for different data types, and there is even a variation that fills only a specified range of indices.