You are on page 1of 1

Java 2010Basics

Java MCA syllabus in jntu

Operators – by balu
Operators and expressions
Operators are divided into 8 categories.they are given below

1.arithmetic operators

2.relational operators

3.logical operators

4.assignment operators

5.increment and decrement operators

6.conditional operators

7.bitwise operators

8.special operators

Brief description
Operators are used to manipulate the mathematical calculation part in programing section .we
can do addition ,multiplication part on our minds .we do this very slowly by comparing with
computer calculation

! 1

You might also like