KnowledgeBoat Logo
|

Computer Applications

The relational operators always result in terms of 'True' or 'False'.

Java Operators

7 Likes

Answer

True

Reason — Relational operators in Java, such as <, >, <=, >=, ==, and !=, are used to compare two values. These operators always return a Boolean result: true if the condition is satisfied and false if it is not.

Answered By

4 Likes


Related Questions