Evaluate the role of relational operators in this Java code:
int x = 5; boolean result = x == 5;
result is true
result is false
Syntax error in comparison
Compares object references, not values