Operators in java

java provides a rich operator environment. Most of its operators can be divided into the following four groups: arithmetic, bitwise, relational, and logical. Java also defines some additional operators that handle certain special situations Arithmetic Operators Arithmetic operators are used in mathematical expressions in the same way that they are used in algebra. The following … Read more