0% found this document useful (0 votes)
107 views

Java 2010 Basics

Operators in Java are divided into 8 categories: arithmetic, relational, logical, assignment, increment/decrement, conditional, bitwise, and special operators. Operators are used to manipulate mathematical calculations in programming and allow computers to perform actions like addition, multiplication, comparison, and logic much faster than humans can.

Uploaded by

balu051989
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
107 views

Java 2010 Basics

Operators in Java are divided into 8 categories: arithmetic, relational, logical, assignment, increment/decrement, conditional, bitwise, and special operators. Operators are used to manipulate mathematical calculations in programming and allow computers to perform actions like addition, multiplication, comparison, and logic much faster than humans can.

Uploaded by

balu051989
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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