An operator is the symbol that takes one or more arguments and operates on them to produce a result.
The constants, variable or expression on which operator operates are called as operands. Java supports a rich set of operators which are used in a program, to manipulate the data and variables.
They are usually the part of logical expression. Operators in Java are classified into number of categories:
1. Arithmetic Operators
2. Assignment Operators
3. Increment / Decrement Operators
4. Relational Operators
5. Logical Operator
6. Conditional Operators
7. Special Operators
The constants, variable or expression on which operator operates are called as operands. Java supports a rich set of operators which are used in a program, to manipulate the data and variables.
They are usually the part of logical expression. Operators in Java are classified into number of categories:
1. Arithmetic Operators
2. Assignment Operators
3. Increment / Decrement Operators
4. Relational Operators
5. Logical Operator
6. Conditional Operators
7. Special Operators
0 Comments:
Post a Comment