Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > operator > Java operator > Java logical operator > &&
Next Java logical operator||    UpJava logical operator, short circuit operator    Previous Java logical operator!   

&& comparison table
Subject is an instance of return is a kind of indicate compute
Java logical operator a booleanJava operator  
short circuit operator  Java operator right hand side of an expression if the left hand side is not true
&&short circuit operatora boolean logical ANDright hand side of an expression if the left hand side is not true

Next Java logical operator||    UpJava logical operator, short circuit operator    Previous Java logical operator!