RuntimeExceptions
ArithmeticException : int i = 14/0;
ArrayIndexOutOfBoundsException : int[] p = new int[5]; p[6]=10;
NegativeArraySizeException
NoSuchMethodException : (new Circle()).getEdges();
NullPointerException : Circle cl; cl.getSurface();
StringIndexOutOfBoundsException