摘要: package com.text.exception;class Test{ void add(int a,int b) throws Exception { int c; c=a/b; System.out.println(a+"/"+b+"="+c); }}class DefaultExc... 阅读全文
posted @ 2014-11-18 10:55 露水上的青蛙 阅读(127) 评论(0) 推荐(0) 编辑