When do you use the not-short circuit operator in Java?

Posted by kunjaan on Stack Overflow See other posts from Stack Overflow or by kunjaan
Published on 2010-04-25T06:23:40Z Indexed on 2010/04/25 6:33 UTC
Read the original article Hit count: 205

Filed under:
|

Why would you not short circuit? What would be some of the use cases for the operators (& | ) ?

© Stack Overflow or respective owner

Related posts about java

Related posts about logical-operator