0 / 60 seg.

Evaluate this Java code with an infinite for loop:

for ( ; ; ) {
    System.out.println("Infinite loop");
}