Java   View all facts   Glossary   Help
syntactic unit > symbol > operator > logical operator > !
Next logical operator&    Uplogical operator, unary operator    Previous 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 operatoroperator a boolean  
unary operatorAn operator that has 1 argumentto perform a simple function of 1 to 3 arguments operatora value called its result  
! to negate the value of the operand  a booleanunary operatorlogical NOT

Next logical operator&    Uplogical operator, unary operator    Previous logical operator||