0 / 60 seg.

What will be the result of this Java code?

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