Computer Science, asked by shalinij2007, 4 months ago

what is an operator in java​

Answers

Answered by Anonymous
1

Answer:

Operators are special symbols that perform specific operations on one, two, or three operands, and then return a result. As we explore the operators of the Java programming language, it may be helpful for you to know ahead of time which operators have the highest precedence.

Hope it helps you

Please mark me as brainliest

Thank you

Answered by atrs7391
1

Operators are used to perform operations on variables and values.

Types of Operators in Java:

Arithmetic operators

Assignment operators

Comparison operators

Logical operators

Bitwise operators

Similar questions