Computer Science, asked by annapureddydeepakred, 1 year ago

Define relational operators in java?

Answers

Answered by atharva321
3
hey there

Relational operators can be used to compare two quantities

hope it helps.
Answered by sroyeesaha1010
0

Answer:

Relational Operators in Java are used to comparing two variables for equality, non-equality, greater than, less than, etc. Java relational operator always returns a boolean value – true or false.

Explanation: Hope it will help

Similar questions