某类有如下方法:publc int division(intA,int b){int c; c=a/b;return c;}该方法可能导致的异常是()。
A.ArthmeticException
B.FileNotFoundException
C.ArraysIndexOutBoundException
D.ClassCastException
正确答案是A