Error

· Error
대표적인 에러 Null Point Exception 에러 발생시키는 코드 예제 String data = null; System.out.println(data.toString()) // null 에러 발생 // 결과 Exception in thread "main" java.lang.NullPointerException at ... Array Index Out Of Bounds ( 특징 ) 배열의 지정된 index보다 큰 값을 조회할 때 발생 에러 Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0 at ... Number Format ( Ex..
별이춤추는밤
'Error' 카테고리의 글 목록 (2 Page)