I’m brand new to Java, programming, and StackOverflow. I need to use a list where I can add or remove things and don’t know the initial size (like ArrayList) but I also need it to be two dimensional. I’ve read on Google and StackOverflow and I can’t find a concrete answer. Is this a possibility? And if not can you point me in the right direction? Thanks in advance.
Share
arrList2Dis a 2D ArrayList.