![]() |
subject > programming language construct > operator > Java operator > Java logical operator > && |
![]() ![]() | |||||
&& comparison table |
Subject | is an instance of | return | is a kind of | indicate | compute |
---|---|---|---|---|---|
Java logical operator | a boolean | Java operator | |||
short circuit operator | Java operator | right hand side of an expression if the left hand side is not true | |||
&& | short circuit operator | a boolean | logical AND | right hand side of an expression if the left hand side is not true |
Next Java logical operator: || Up: Java logical operator, short circuit operator Previous Java logical operator: !