class Demo
{
int div(int a,intb) throws ArithmeticException,ArrayIndexOutOfBoundsException //在功能上通过一个throws的关键字生命了该功能有可能会出现问题int div(int a,intb) throws Arithmetic
class Demo
{
int div(int a,intb) throws ArithmeticException,ArrayIndexOutOfBoundsException //在功能上通过一个throws的关键字生命了该功能有可能会出现问题int div(int a,intb) throws Arithmetic