You are viewing a single comment's thread. Return to all comments →
Or you can just create and ArrayList of ArrayLists.
ArrayList> arr=new ArrayList<>();
each element i in the list arr will be another ArrayList.
Seems like cookies are disabled on this browser, please enable them to open this website
Dynamic Array
You are viewing a single comment's thread. Return to all comments →
Or you can just create and ArrayList of ArrayLists.
ArrayList> arr=new ArrayList<>();
each element i in the list arr will be another ArrayList.