OPERATORS IN JAVA

ARITHMETIC OPERATORS –  Arithmetic operators are used in mathematical expressions in the same way that they are used in algebra.

arithmetic

RELATIONAL OPERATORS – Reltional determine the relationship that one operand has to the other. 

relational

BITWISE OPERATORS –.Bitwise operator works on bits and performs bit-by-bit operation.bitwise.png

BOOLEAN OPERATORS – These are secondary versions of the Boolean AND and OR operators, and are commonly known as short-circuit logical operators.  boolean

Leave a comment