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