Programmer Coding

Operators in java

Operator in java is a mark that is used to apply missions. For example: +, -, *, / etc.

There are a lot of types of operators in java which are given below:
1. Unary Operator,
2. Arithmetic Operator,
3. shift Operator,
4. Relational Operator,
5. Bitwise Operator,
6. Natural or logical Operator,
7. Ternary Operator and
8. Assignment Operator.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top