I am new to Java, programming and StackOverflow. I need to use a list where I can add or remove things and not know the initial size (e.g. ArrayList), but I also need it to be two-dimensional. I read on Google and StackOverflow, and I cannot find a specific answer. Is it possible? And if not, can you point me in the right direction? Thanks in advance.
source share