天天看點

代碼

作為一個初學者你隻能紮實好基本功了:

常見的代碼一定要背會記住:

常見的異常:

ArithmeticException ——–算術異常

ArraylndexOutOfBoundException——數組索引異常

NUllPointerException—————–空指針異常

ClassNotFoundException————-找不到異常

FileNotFoundException———–找不到檔案異常

IOException —————————IO異常

SqlException————————sql異常

NetExceptioon———————–網絡異常

NumberFormatException—————–數字格式化異常

常見的運作異常:

RuntimeException——————-運作時異常