Java   View all facts   Glossary   Help
syntactic unit > symbol > operator > bitwise operator > ~
Next bitwise operator&    Upbitwise operator, unary operator    Previous bitwise operator|   

~ comparison table
Subject has definition have purpose is a kind of is an instance of
bitwise operatorAn operator that performs a boolean operation bit by bit on two integral types of the same lengthto perform a simple function of 1 to 3 argumentsoperator  
unary operatorAn operator that has 1 argumentto perform a simple function of 1 to 3 argumentsoperator 
~ to perform a bitwise complement unary operator

Next bitwise operator&    Upbitwise operator, unary operator    Previous bitwise operator|