Asked by Isabella Pucci on Jul 21, 2024

verifed

Verified

Which of the following is NOT a relational operator in Java?

A) < >
B) <
C) ==
D) >

Relational Operator

Operators that compare two values and determine the relationship between them, such as greater than, less than, equal to, etc.

Not

A logical operator that inverts the truth value of the operand.

  • Identify the differences between relational and logical operators.
verifed

Verified Answer

VS
Vicky SaundersJul 21, 2024
Final Answer :
A
Explanation :
All the other options listed are relational operators in Java.