문제점
> 다음과 같은 코드로 Run을 진행했더니 에러가 발생했다.
해결방법
> ArrayIndexOutOfBoundsException 에러는 범위를 초과했다고 경고를 해주는 에러이다.
> for문에서 i<= GuGuDan.length 로 처리를 해서 index 초과 에러가 발생한 것이다.
'Backend > Solving Problem' 카테고리의 다른 글
[Intellij] Process finished with exit code 0 의미 (0) | 2022.08.22 |
---|---|
[Intellij] 실행 시 finished with non-zero exit value 1 오류 (0) | 2022.08.22 |
[Intellij] Package 생성 방법 (0) | 2022.08.22 |
[Intellij] Project 삭제 (0) | 2022.08.21 |