1. 程式人生 > >請寫出 5 種常見到的runtime exception

請寫出 5 種常見到的runtime exception

答:
NullPointerException:當操作一個空引用時會出現此錯誤。 NumberFormatException:資料格式轉換出現問題時出現此異常。 ClassCastException:強制型別轉換型別不匹配時出現此異常。 ArrayIndexOutOfBoundsException:陣列下標越界,當使用一個不存在的陣列下標時出現此異常。 ArithmeticException:數學執行錯誤時出現此異常