Computer Applications
Choose the odd one out from the following:
- >
- ==
- &&
- <
Java Operators
33 Likes
Answer
&&
Reason — && is the logical AND whereas the other operators are relational.
Answered By
20 Likes
Related Questions
Out of the following options, what is shown in this illustration.

- Unary Operator
- Arithmetical Operator
- Ternary Operator
- Binary Operator
Which of the following is the correct precedence of logical operators?
- !, &&, ||
- &&, !, ||
- ||, !, &&
- &&, ||, !
Given: String st = (a>= 90)? "Excellent": "Best";
Predict the output, when a = 90.- Best
- Excellent: Best
- Best: Excellent
- Excellent
Choose the odd one out from the following:
- Unary operator
- Binary operator
- Ternary operator
- Bitwise operator