I'll be speaking there so I don't need a pass but thought it might be fun to 
put in a puzzler.

public class StrangeLoop {
    public static void main(String[] args) {
        http://www.thestrangeloop.com
        do {
            System.out.println("Strange Loop");
            continue http;
        } while (false);
    }
}

Puzzler, infinite loop or normal termination?

Regards,
Kirk

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to