What are operations in Java ?
Answers
Answered by
78
Answer:
Java operations are instructions that can read and write the values of variables, perform arithmetic on variables, and control the program flow.
Answered by
9
Answer:
Explanation:
Java operations are instructions that can read and write the values of variables, perform arithmetic on variables, and control the program flow.
There are many operators in Java they are:
1)Arithmetic Operators.
2)Assignment Operators.
3)Logical Operators.
4)Relational Operators.
5)Bitwise Operators.
6)Ternary Operators.
7)Shift Operators.
Similar questions