0 / 60 seg.

What is the result of the following Java code?

int a = 5, b = 10;
boolean result = a > 10 && b < 10;