Java View all facts Glossary Help |
syntactic unit > symbol > operator > binary operator > | |
| comparison table |
Subject | use | evaluate | has definition | have purpose | is a synonym of | is a kind of | return | 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 | a value called its result | |||
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 | a value called its result | ||||
logical operator | to perform operations on boolean operand(s) | conditional operator | operator | a boolean | ||||
| | an infix notation | both its operands | to return true if at least one of its operands evaluates to true | a boolean | logical operator |
Next binary operator: || Up: binary operator, bitwise operator, logical operator Previous binary operator: instanceof operator