The next step of java learning course is operator . We will see operator now
Operator are some reserved character such as + , - , * , / ,% etc .
Operators operate on single operands or multiple operands to perform some operations.
operator which performs operation on a single operand is called as unary operator.
Operator which performs operation on two operands is called binary operator.
Operator are some reserved character such as + , - , * , / ,% etc .
Operators operate on single operands or multiple operands to perform some operations.
operator which performs operation on a single operand is called as unary operator.
Operator which performs operation on two operands is called binary operator.
Operator which performs operation on three operands is called ternary operator.
operator are classified into 4 types
1 airthmetic operator
2 biwise operator
3 relational operator
4 logical operator
0 comments:
Post a Comment
...