Java String array examples (with Java 5 for loop syntax)
Briefly

Declare a Java String array with no initial size ... you can give the array a size and then populate it as desired.
In that example, I declare a String array named toppings, and then give it an initial size of 20 elements.
Read at Alvinalexander
[
add
]
[
|
|
]