1. 程式人生 > >java中最常見的幾種執行時異常,你get了嗎?

java中最常見的幾種執行時異常,你get了嗎?

NullPointerException  (空指標異常)

ClassCastException  (型別強制轉換異常)

NumberFormatException  (數字格式異常)

NegativeArraySizeException  (陣列大小為負數異常)

SecurityException  (安全異常)

BufferOverFlowException  (緩衝區溢位異常)

IndexOutofBoundsException  (下標越界異常)