Frage

What's the difference between

String args []

and

String [] args

If anyone could tell me, it would be great!

War es hilfreich?

Lösung

The mean the same thing: create an array of Strings. Its Java convention however for the declaration to be String[] args.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top