Java   View all facts   Glossary   Help
syntactic unit > symbol > operator > bitwise operator
Next operatorcast operator    Upoperator    Previous operatorbinary operator   

bitwise operator comparison table
Subject use evaluate have purpose is a kind of return is an instance of
&an infix notationboth its operandsto return true if both operands evaluate to true  a booleanlogical operator
caretan infix notation to perform a bitwise exclusive or  a value called its resultbitwise operator
shift operator  to perform a simple function of 1 to 3 argumentsbitwise operator a value called its result 
|an infix notationboth its operandsto return true if at least one of its operands evaluates to true  a booleanlogical operator
~  to perform a bitwise complement a value called its resultunary operator

Next operatorcast operator    Upoperator    Previous operatorbinary operator