I am trying to figure out how do I create an identifier for an array of Strings which doesn't have a predefined set number of Strings in it?
I couldn't find a solution for this specific problem when searching on the internet thats why I'm asking here.
You could create one "ArrayList" collection and store any number of "String" objects in it. And finally you could convert the "ArrayList" to "String[]".