Java : Type of Operators

Java supports the following categories of operators as follows:

    1. Arithmetic Operators
    2. Assignment Operators
    3. Unary Operators
    4. Relational Operators
    5. Bitwise Shift and Logical Operators
    6. Ternary Operator
    7. instanceof Operator

See Also: Precedence of Operators in Expression Solutions