Skip to main content

Operators

Introduction To Operators

Operators in Java that perform some operations on variables and values. Following are the different types of operators in Java:

  1. Arithmetic operators
  2. Pre and post-unary operators
  3. Assignment operators
  4. Logical operators
  5. Shift operators
  6. Bitwise
  7. Ternary