What are operators in Java?
Answers
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
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 :-)