0 / 60 seg.

What does this Java code illustrate about short-circuit behavior?

int num = 0;
boolean check = false && (num++ > 0);