I'm getting different results when I run this on my 1.6 JVM than what the book says.
It's a question about short circuit operators. Reducing it to the bare minimum:
The book says b should equal 1.
My JVM says it equals 0.
So which is it? Should b be incremented to 1 according to official
Java?