Java Operators

Arithmetic Operators

Basic operations: +, -, *, /, %.

Relational Operators

Comparison operations: ==, !=, >, <, >=, <=.

Logical Operators

AND (&&), OR (||), NOT (!).

Bitwise Operators

&, |, ^, ~, <<, >>.

Assignment Operators

=, +=, -=, *=, /=, %=.