Вопрос

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