2
Reply

what is the sequence of exceptions in JAVA?

Ashish Y

Ashish Y

17y
6.3k
0
Reply

    Null point exception Arithmetic Array out of Bounds

    17y
    0

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