Consider the outcome of this Java code with relational operators:
int x = 7; boolean check = x != 5;
check is true
Syntax error in the code
check is false
Logical error in the code