Java: ArrayList vs Array
* Do note in this post, I’m referring to a normal array, not the Arrays class in Java. All these are snippets of code, so remember to import the ArrayList package when you need to use the ArrayList class. I’m going to break this down into differences and similarities. Differences Between a Java ArrayList and… Read More Java: ArrayList vs Array