學習java第五天——鬥地主排序,創建數組和異常

鬥地主排序 創建數組 1.int [ ] a=new int [2]; 2.int [ ] b=new int[ ]{1,2}; 3.int c={1,2}; 異常 常見異常種類 1.算術異常類:ArithmeticExecption 2.數組下標越界異常:ArrayIndexOutOfBoundsException 3.空指針異常類:NullPointerException 異常處理方法 1.j
相關文章
相關標籤/搜索