Operators in Java
What is Operators in Java?
Operators are special symbols that perform specific operations on one, two, or three operands, and then return a result. Java provides many types of operators which can be used according to the need. They are classified based on the functionality they provide.
Operators in Java
Operator in Java is a image which is used to function operations. For example: +, -, *, / etc.
There are many kinds of operators in Java which are given below:
Unary Operator,
Arithmetic Operator,
Shift Operator,
Relational Operator,
Bitwise Operator,
Logical Operator,
Ternary Operator and
Assignment Operator.
Post a Comment
Thanks for touching with us.