Describe briefly about any two relational operators java
Answers
Answered by
1
Answer:
my dear friend your answer is
Explanation:
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.
Similar questions