<<Previous Post << Complete Tutorial>> Next Post>>
In the previous article, I have explained about different types of Type Casting in Java.
In this article, I am going to explain about the different types of Operators in Java.
Java for Testers – Different types of Operators in Java
Operators in Java are nothing but just symbols, which can be used to perform different operations on the provided data.
Example: + symbol is an operator in Java, which can be used to perform an addition operation on the provided numerical data.
Below are the different types of Operators in Java:
- Arithmetic Operators
- Relational Operators
- Logical Operators
- Assignment Operators
- Other Operators
The below diagram depicts the different types of operators in Java:
Here concludes this article on different types of Operators in Java.
In the next article, I will explain about different Arithmetic Operators in Java.
Next Steps:
- > To learn more about Java, continue to the next post (Click on Next Post link below)
- > Check complete Java Tutorial Contents here (Click here)
Please leave your questions/comments/feedback below:
Happy Learning ?
Arun Motoori (www.QAFox.com)
On a mission to help the Testing Community in all possible ways.
<<Previous Post << Complete Tutorial>> Next Post>>