any two examples of relational operators in java?
Answers
Answered by
1
Answer:
Java has 6 relational operators.
== is the equality operator. This returns true if both the operands are referring to the same object, otherwise false.
!= is for non-equality operator. ...
< is less than operator.
> is greater than operator.
<= is less than or equal to operator.
> = is greater than or equal to operator
Answered by
0
my name is prithik iam answering
Similar questions
Math,
1 month ago
English,
2 months ago
English,
2 months ago
Computer Science,
9 months ago
Math,
9 months ago