iconNotes in Public

Java Operators

Mar 03, 20241 min read


Operators are symbols that perform operations on variables and values.

Java can be classified into 5 types:

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

Extra: Java Increments Operators

OperatorsPrecedence
*, /, %Evaluated first from left to right
+, -Evaluated second from left to right


Graph View

Backlinks

  • Java MOC

Created with Quartz v4.5.1 © 2025, Icon Designed by Freepik.

  • GitHub
  • Source Code
  • Report Error