То есть общее предпочтение между следующими двумя строками:
Код: Выделить всё
public static void main (String[] args) {} // (We'll ignore the question of spaces between the `String` and `[]` .)
public static void main(String[] args) {}
Подробнее здесь: https://stackoverflow.com/questions/160 ... ure-or-not
Мобильная версия