January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.ArithmeticException
This exception is identical to its J2SE counterpart. It signifies an illegal arithmetic condition, the most common of which is a division by zero.
public classArithmeticExceptionextends java.lang.RuntimeException { // constructors publicArithmeticException(); publicArithmeticException(String s); }
Read now
Unlock full access