Computer Science, asked by Shreya658565, 11 months ago

What are operators in Java?

Answers

Answered by Anonymous
12

Operators are used to perform operations on variables and values. The value is called an operand, while the operation (to be performed between the two operands) is defined by an operator: Operand.

Java provides many types of operators which can be used according to the need. They are classified based on the functionality they provide. Some of the types are-

Arithmetic Operators.

Unary Operators.

Assignment Operator

Relational Operators

Logical Operators

Ternary Operator

Bitwise Operators

Shift Operators

instance of operator

Precedence and Associativity

Interesting Questions


Shreya658565: wow
Shreya658565: next one please
annesha792: okay ask
Answered by rajkumarprasad7599
6

Answer: Hey mate here is your answer

Explanation:

An operator, in Java, is a special symbols performing specific operations on one, two or three operands and then returning a result. ... The Java operators are classified into eight different categories: assignment, arithmetic, relational, logical, bitwise, compound assignment, conditional and type comparison operators.

i hope.its helpfull for you

Plz mark me brainliest

Always be happy :-)

Similar questions