Jan Hubicka <jh@suse.cz> writes: > Does Java standard require the trap to happen? In the case of a Java division with int and long operands and a null divisor, a ArithmeticException should be thrown: http://java.sun.com/docs/books/jls/second_edition/html/expressions.doc.html#5047 ./A