首页 > 代码库 > (12)throws和throw的区别

(12)throws和throw的区别

 
函数上指写在小括号和大括号之间int div(int a ,intb) throws 后面跟异常
throw定义在函数内 后面跟异常对象