short circuit evaluations



Hi all, does anyone have any code that will prove java uses short circuit
evaluation e.g. (expr1 && expr2), if expr1 is false it will stop evaluating.
Thanks in advance
JS


.