2
Reply

what is the sequence of exceptions in JAVA?

Ashish Y

Ashish Y

18y
6.4k
0
Reply

    Null point exception Arithmetic Array out of Bounds

    18y
    0

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