Often times we don't really know how many items an array will have down the line. If that's the case, it might be a good idea to use an object called ArrayList.

In essence, ArrayLists are variable-length arrays for objects.

Why don't we try to create an ArrayList instead of a string array?