摘要:
public class TestException5 { public static void main(String[] args) { int a=3; int b=0; try{ if(b==0)throw new ArithmeticException( ); System.out.pri... 阅读全文
posted @ 2014-08-08 16:34
QAZse
阅读(220)
评论(0)
推荐(0)
2014年8月8日