...
Wiki Markup |
---|
*EXP06-EX1:* Sometimes programmers who are aware of the short-circuit behavior use it to their advantage, as Flanagan \[[Flanagan 2005|AA. Java References#FlanaganBibliography#Flanagan 05]\] exemplifies in the following example: |
...
Wiki Markup |
---|
\[[JLS 2005|AA. Java References#JLSBibliography#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 2005|AA. Java References#FlanaganBibliography#Flanagan 05]\] 2.5.6. Boolean Operators |
...