...
Wiki Markup |
---|
\[[JLS 05|AA. Java References#JLS 05]\] Sections [15.23|http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.23] "Conditional-And Operator &&" and [15.24|http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.24] "Conditional-Or Operator ||" \[[Flanagan 05|AA. Java References#Flanagan 05]\] 2.5.6. Boolean Operators |
...
EXP11EXP06-J. Be careful of autoboxing when removing elements from a CollectionUse parentheses for precedence of operation 04. Expressions (EXP) EXP13EXP08-J. Do not diminish Understand the benefits of constants by assuming their values in expressionsevaluation of expressions containing non short-circuit operators