Java provides many types of operators which can be used according to the need. They are classified based on the functionality they provide. Some of the types are-
- Arithmetic Operators
- Bitwise Operators
- Relational Operators
- Logical Operators
- Assignment Operator
- Ternary Operator
- Unary Operators
Lets take a look at them in detail.