Java 異常處理的十個建議

前言 Java異常處理的十個建議,但願對你們有幫助~java 本文已上傳github:git https://github.com/whx123/JavaHomegithub 公衆號:撿田螺的小男孩web 1、儘可能不要使用e.printStackTrace(),而是使用log打印。 反例:數據庫 try{ // do what you want }catch(Exception e){
相關文章
相關標籤/搜索