Operators in Java

Java programming language provides a set of operators to manipulate variables. We can divide all the Java operators into the following groups:

  1. Arithmetic Operators
  2. Relational Operators
  3. Bitwise Operators
  4. Logical Operators
  5. Assignment Operators
  6. Misc Operators

 

Related Articles

post a comment