DEVFYI - Developer Resource - FYI

ArithmeticException?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

165.ArithmeticException?

The ArithmeticException is thrown when integer is divided by zero or taking the remainder of a number by zero. It is never thrown in floating-point operations.

(Continued on next question...)

Other Interview Questions