Domanda

What's the difference between

String args []

and

String [] args

If anyone could tell me, it would be great!

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top