2
Reply

what is the sequence of exceptions in JAVA?

Ashish Y

Ashish Y

Jun 11, 2007
6.3k
0

    Null point exception Arithmetic Array out of Bounds

    September 25, 2007
    0

    1. ArithmeticException
    2. NullPointerException
    3. ArrayOutOfBoundsException
    4. Exception

    Ashish Y
    June 11, 2007
    0