Operators in Java
Operators in java is a symbol that is used to perform operations.
for example: + , - , * , / etc.
There are many types of operators in java.
- Unary Operator,
- Arithmetic Operator,
- Shift Operator,
- Relational Operator,
- Bitwise Operator,
- Logical Operator,
- Ternary Operator,
- Assignment Operator.
No comments:
Post a Comment