?ArithmeticExceptionint a=0; int b= 3/a;?ClassCastException:Object x = new Integer(0); System.out.println((String)x);?IndexOutOfBoundsException ????ArrayIndexOutOfBoundsException, ????StringIndexOutOfBoundsException? int [] numbers = { 1, 2, 3 }; int sum = numbers[3];IllegalArgumentException ????NumberFormatException int a = Interger.parseInt("test"); NullPointerExceptionextends ?