(June 16,2016)
Today i have learnt about the operators used in java.
Operators:-
Operator in java is a symbol that is used to perform operations. There are many types of operators in java such as unary operator, arithmetic operator, relational operator, shift operator, bitwise operator, ternary operator and assignment operator.
Java provides a rich set of operators to manipulate variables. We can divide all the Java operators into the following groups:
- Arithmetic Operators
- Relational Operators
- Bitwise Operators
- Logical Operators
- Assignment Operators
- Misc Operators
Arithmetic operators:-

Relational operators:-

Bitwise operaors:-

Logical operators:-

Assignment operators:-

Misc operators:-
