I am trying to use a Collection, but when I try to compile, I get an error saying that the collection may not have been initialized at this line:

colData.add("Hello");
^

so how do I initialize a Collection?

Thanks