Operators in Java
Written by
Operators:
Operators are defined as the special symbols that are used to perform arithmetic or logical operations in a Java program.
They are of three kinds:
- Arithmetic
- Relational
- Logical
We’ll discuss operators in more details in the upcoming lesson.