Pregunta

What's the difference between

String args []

and

String [] args

If anyone could tell me, it would be great!

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top