try-catch和throw,throws的區別

參考文章html http://www.javashuo.com/article/p-aqhierba-a.htmljava   throw跟try...catch...finally的對比:緩存 public class ZeroTest { public static void main(String[] args) { try { int i = 100 / 0; Syst
相關文章
相關標籤/搜索