ArrayList with 2 dimensions [closed]

This is basically trying to make a two-dimensional ArrayList.
Your table is two -dimensional array list as you have mentioned:

ArrayList<String>[][] table;

Leave a Comment