Java View all facts Glossary Help |
syntactic unit > symbol > operator > logical operator > ! |
! comparison table |
Subject | has definition | have purpose | is a synonym of | is a kind of | return | is an instance of | indicate | |
---|---|---|---|---|---|---|---|---|
logical operator | to perform operations on boolean operand(s) | conditional operator | operator | a boolean | ||||
unary operator | An operator that has 1 argument | to perform a simple function of 1 to 3 arguments | operator |
| a value called its result | |||
! | to negate the value of the operand |
| a boolean | unary operator | logical NOT |
Next logical operator: & Up: logical operator, unary operator Previous logical operator: ||