1. What is the result of the expression 5 + 3 * 2 in Java?
2. Which operator is used for division in Java?
3. What is the value of the expression 7 % 3 in Java?
4. Which of the following is a unary operator in Java?
5. What is the result of the expression 10 / 3 in Java?
6. What is the result of the expression true && false in Java?
7. What is the value of the expression 5 + 2 == 7 && 4 > 3 in Java?
8. Which operator is used for logical NOT in Java?
9. What is the result of the expression 5 | 3 in Java?
10. What is the value of the expression 6 > 4 ? 10 : 20 in Java?
Read More Section(Operators)
Each Section contains maximum 100 MCQs question on Operators. To get more questions visit other sections.