Operators in Java are the symbols in java that is used to perform an operation on variable and its values. Operators are used to performing operations on variables and values. A value is called an operand, while the operation (to be performed between the two operands) is defined by an operator.

Java Operators Example

There are following types of Operators In Java.

  1. Arithmetic Operators
  2. Relational Operators
  3. Logical Operator
  4. Assignment Operators
  5. Bitwise Operators
  6. Unary Operator
  7. Ternary Operators
  8. Shift Operators

#java #java operators

Java Operators Example | Operators In Java Tutorial
2.20 GEEK