In short-circuited expressions, if the FIRST operand in a logical AND expression is false, the entire expression must be false. Therefore, the second operand is not evaluated, and therefore no exceptions will be thrown. This should be true for all languages.