What's the difference between

String args []

and

String [] args

If anyone could tell me, it would be great!

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top