Multiple Choice
Which of the following is NOT a relational operator in Java?
A) < >
B) <
C) ==
D) >
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Suppose that x is an int variable.
Q8: In a _ control structure, the computer
Q9: Two-way selection in Java is implemented using
Q10: Which of the following will cause a
Q12: int x, y;if (x 4)<br>{<br>If (x >
Q21: The execution of a break statement in
Q36: Suppose that you have the following statements.
Q42: All switch structures include default cases.
Q44: Suppose P and Q are logical expressions.
Q48: All switch cases include a break statement.