HI experts,
I want to create a 2d array of time array list, called Darray
ArrayList [][] DArray= new ArrayList [9][9];
and then give it values
DArray[i][j].add((int)board[i][j]);
which the value is integer value of a 2d array
but it gives me compilation error
any idea how to fix it?
Our community of experts have been thoroughly vetted for their expertise and industry experience.