This is just a simple question, and I can't find the answer in the documentation !
String args[] = new String[0];
args[0] = "test";
Is that correct ? Does this creates an array with 1 element or 0 elements ?
Thank you, I know, stupid question, but I couldn't find the answer in the Java doc.