DEVFYI - Developer Resource - FYI

Which arithmetic operations can result in the throwing of an ArithmeticException?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

335. Which arithmetic operations can result in the throwing of an ArithmeticException?

Integer / and % can result in the throwing of an ArithmeticException.

(Continued on next question...)

Other Interview Questions