explain about the types of operators in java
Answers
Answered by
1
Explanation:
Java provides a rich set of operators to manipulate variables. We can divide all the Java operators into the following groups −
Java provides a rich set of operators to manipulate variables. We can divide all the Java operators into the following groups −Arithmetic Operators
Java provides a rich set of operators to manipulate variables. We can divide all the Java operators into the following groups −
Answered by
1
There are many types of operators in Java which are given below:
- Unary Operator,
- Arithmetic Operator,
- Shift Operator,
- Relational Operator
- Bitwise Operator,
- Logical Operator,
- Ternary Operator and.
- Assignment Operator.
Similar questions