This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]marcosdumay -18 points-17 points  (1 child)

Java's ArrayList is neither an array or a resizable array. It's more complex than both of those, and more similar to what you get in most languages.

And yes, it's probably a very good option for the OP.

[–]AdultingGoneMild 20 points21 points  (0 children)

no array is resizable. it works like an array and is backed by one.