DEV Community

Hamid Mohamadi
Hamid Mohamadi

Posted on

Lesson 5 : Operators In Java

Operators are the special symbols which perform any operation on one or more operands :

Alt text of image
1- Arithmetic operators :

Alt text of image

2- Assignment operators :

Alt text of image

3- Comparison operators :

Alt text of image

4- Logical operators :

Alt text of image

5- Bitwise operators :

Alt text of image

Top comments (0)