Java : Relational Operators
Java : Relational Operators
Relational operators also called as comparison operators used to check the relation between two operands and return the result as a boolean value.
For Example:
x < y (x is less than y) this expression will return the result as true if x is less than y, otherwise false.
Here is a complete list of relational operators:
Relational Operators Description> greater than >= greater than or equal…
View On WordPress















