Operators in Java

Java offers various types of operators to perform the conventional operations like assignment, conditional checks, addition, subtraction, etc.

Types of Operators

  1. Unary operator
  2. Arithmetic operator
  3. Relational operator
  4. Logical operator
  5. Bitwise operator
  6. Assignment operator
  7. Ternary operator