What is the result of dividing by zero in Java?
An ArithmeticException is thrown
The program returns zero
An Infinity value is returned
The program continues execution without error