Operators in Java
The operator set in Java is extremely rich. Broadly, the operators available in Java are divided in the following categories.
- Relational Operators
- Arithmetic Operators
- Logical Operators
- Bitwise Operators
- Misc Operators
- Assignment Operators