Image

Imagelefeudans wrote in Imagejava_dev

A silly question, probably...

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?