Multiple choice technology programming languages

Java has six relational operators in that two are also called as equality operators.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Java has six relational operators: >, <, >=, <=, ==, and !=. Among these, == (equality) and != (inequality) are specifically called equality operators. The statement is correct.