Multiple Choice
The relational operators cannot be used with which of the following?
A) Literal expressions or with object references
B) Boolean expressions or with object references
C) Two operands
D) An expression that evaluates to a primitive numeric type
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q58: Name three String comparison methods.
Q59: The conditional operator (?:) has lower precedence
Q60: a || b is true only when
Q61: When using an if/else if structure, we
Q62: Java ignored indents.
Q63: Explain why you would use equals( String
Q65: Which of the following will be executed
Q66: Inside the block of a switch statement,
Q67: The threshold when comparing floating point numbers
Q68: Inside an if statement, statements inside the