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