A silly question, probably...
I know that you can add values to an array at instantiation
I was wondering if you could do the same for an ArrayList?
I know that you can add values to an array at instantiation
String[] alphabet = { "A", "B", "C", "D", ..., "X", "Y", "Z" }
I was wondering if you could do the same for an ArrayList?
