Java   View all facts   Glossary   Help
syntactic unit > symbol > operator > binary operator > caret
Next binary operatorinstanceof operator    Upbinary operator, bitwise operator    Previous binary operator>=   

caret comparison table
Subject use has definition have purpose is a kind of is an instance of
binary operatoran infix notationAn operator that has 2 argumentsto perform a simple function of 1 to 3 argumentsoperator 
bitwise operator An 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 
caretan infix notation to perform a bitwise exclusive or bitwise operator

Next binary operatorinstanceof operator    Upbinary operator, bitwise operator    Previous binary operator>=