Explanation about a Java statement - by monn public static void main(String[] args) { int x = 1 + + + + + + + + + 2; System.out.println(x); } I can compile above method. Is there any explanation about the allowed multiple "+" operator? Read the article