Lesson 3-4
Lesson 3-4
CHAPTER 6
Basic Operators
Java provides a rich set of operators to manipulate variables.
We can divide all the Java operators into the following groups:
• Arithmetic Operators
• Relational Operators
• Bitwise Operators
• Logical Operators
• Assignment Operators
• Misc Operators
The Arithmetic Operators: