Java Operators
Operators are used to perform actions (operations) using values or variables. Java provides many operators to facilitate different operations.
Operators in Java are commonly divided into several groups:
- Arithmetic Operators
- Assignment Operators
- Bitwise Operators
- Comparison Operators
- Logical Operators
- Relational Operators
- Other Operators
This article will cover Java operators in-depth. For more information and insight about operators in Java, we recommend the Oracle documentation.