某类有如下方法:publc int division(int
A,int

某类有如下方法:publc int division(int
A,int b){int c; c=a/b;return c;}该方法可能导致的异常是()。

A.ArthmeticException

B.FileNotFoundException

C.ArraysIndexOutBoundException

D.ClassCastException

正确答案是A