What will be the result of this Java code?
int a = 3, b = 5; boolean result = a < b && b > 0;
Logical error in the code
Syntax error
result is true
result is false