Analyze the output of this Java code:
int x = 5, y = 10; int sum = x + y; System.out.println(sum);
15
5
10
An error occurs