Operators in Java

Now that you've learned how to declare and initialize variables, you probably want to know how to do something with them. Learning the operators of the Java programming language is a good place to start. Operators are special symbols that perform specific operations on one, two, or three operands, and then return a result


Types of operators in Java:

There are different types of operators are available in java which are given below:

We will discuss all these operators with examples in our next tutorial.

Operator Precedence in Java:

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. The operators in the following table are listed according to precedence order. The closer to the top of the table an operator appears, the higher its precedence. 


Operators with higher precedence are evaluated before operators with relatively lower precedence. Operators on the same line have equal precedence. When operators of equal precedence appear in the same expression, a rule must govern which is evaluated first. All binary operators except for the assignment operators are evaluated from left to right; assignment operators are evaluated right to left.
Operators in java


You may also like these related posts:

Operators in Java Operators in Java Reviewed by Prashant Srivastava on December 13, 2019 Rating: 5

No comments:

Powered by Blogger.