Java View all facts Glossary Help |
syntactic unit > symbol > operator > binary operator > caret |
caret comparison table |
Subject | use | has definition | have purpose | is a kind of | is an instance of |
---|---|---|---|---|---|
binary operator | an infix notation | An operator that has 2 arguments | to perform a simple function of 1 to 3 arguments | operator | |
bitwise operator | An operator that performs a boolean operation bit by bit on two integral types of the same length | to perform a simple function of 1 to 3 arguments | operator | ||
caret | an infix notation | to perform a bitwise exclusive or | bitwise operator |
Next binary operator: instanceof operator Up: binary operator, bitwise operator Previous binary operator: >=