随笔分类 - 异常笔记
摘要:异常名称:数组越界Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 2at Domo.main(Domo.java:8)案例:int[] scores =new int[2];scores[0]=90;score
阅读全文
摘要:异常名称:空指针异常:java.lang.NullPointerException案例:String sex = null;if(sex.equals("男"))这一句出现空指针异常,因为sex为null出现原因:使用值为null的变量调用了方法解决方案:给该为null的变量赋值;或者使用不为nul
阅读全文

浙公网安备 33010602011771号