Reinier Zwitserloot wrote: > (B) The & operator is strictly binary and, and && is strictly logical > and. Exactly why is this different from the behaviour for the slash,
I generally agree with the post, but I thought I would add a minor comment that & and && are different to me in that && short circuits evaluation (does not evaluate RHS) where as & always evaluates both sides. So to me its a question of behavior, not types. Alan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
