Java MCQ Set 1 1. Which of the following can be operands of arithmetic operators? a) Numeric b) Boolean c) Characters d) Both Numeric & Characters AnswerAnswer:d [Reason:] The operand of arithmetic operators can be any of numeric or character type, But not boolean. 2. Modulus operator, %, can be applied to which of these?…