The && operator is a short-circuit logical AND that evaluates the second operand only if the first is true.