Java Operators
About
Key Points
Types of Operators in Java
1. Arithmetic Operators
Operator
Description
Example
Result
2. Relational (Comparison) Operators
Operator
Description
Example
3. Logical Operators
Operator
Description
Example
4. Assignment Operators
Operator
Description
Example
Meaning
5. Unary Operators
Operator
Description
Example
6. Bitwise Operators
Operator
Description
Example
7. Ternary Operator
Operator
Description
Example
8. instanceof Operator
9. Type Cast Operator
Last updated