Please enable JavaScript to use CodeHS

CodeHS Glossary


Short Circuit Evaluation Java

When the result of a logical expression using && or || can be determined by evaluating only the first Boolean operand, the second is not evaluated.