Operators are special symbols in Java that perform specific operations on one, two, or many operands, and then return a result. Operators are used to perform operations on variables and values.
The following operators are available in Java:
- Arithmetic Operators
- Assignment Operators
- Comparison Operators
- Logical Operators
- Bitwise Logical Operators
- Ternary Operator
- Short Circuit Operators
Leave a Reply