Name the types of operators based on the number of operands they support in Java.
Answers
Answered by
5
Answer:
operators in java
Explanation:
There are 5 types of operators
1=Arthimetic operator
2=logical (or relational)operator
3=bitwise operator
4=Assignment operator
5=Misc operator
Similar questions