Group: comp.lang.java.programmer
From: Lew
Date: Monday, February 25, 2008 10:01 PM
Subject: Re: short circuit operators

Stefan Ram wrote:
> Precendence of operators does not imply chronological sequence
> of evaluation.


> Java programming language implementations must respect the order of evaluation
> as indicated explicitly by parentheses and implicitly by operator precedence.

It's one of the ways in which Java explicitly went in a different direction
from its forebears, up there with fixing the domains of primitive types.

--
Lew