java exception與RuntimeException區別與聯繫

聯繫: RuntimeException是Exception的子類; 區別: Exception定義了必須處理的異常,而RuntimeException定義的異常可以選擇性的進行處理; · 常見的RuntimeException有NumberFormatException、ClassCastException等。 例:
相關文章
相關標籤/搜索