Computer Science, asked by aniketkumar931562, 1 month ago

Explain all the operators in the java​

Answers

Answered by poonamgsingh1201
1

Explanation:

Operators in Java

Operator in Java is a symbol which is used to perform operations. For example: +, -, *, / etc.

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