Java Operators

Operators are used to perform actions (operations) using values or variables. Java provides many operators to facilitate different operations.

Operators in Java are commonly divided into several groups:

This article will cover Java operators in-depth. For more information and insight about operators in Java, we recommend the Oracle documentation.