The document provides an overview of operators in Java, including:
- Unary operators like increment, decrement, negation, boolean complement and cast
- Arithmetic operators like multiplication, division, modulo and their behavior during errors
- Relational operators like comparison and instanceof
- Equality operators like == and !=
- Logical operators like &&, || and conditional operator ?: and their short-circuit behavior
- Bitwise and boolean operators like &, |, ^, AND, OR
- Assignment operators like += and their evaluation order from right to left