[2023-02-10]
> Run Class에서 main class를 적어주지 않고 바로 기능 실행을 하는 메소드를 입력해서 발생한 오류
해결방법 : main class를 적어주어야 기능 메소드가 실행된다.
'개발자 취준기 > Error Collection' 카테고리의 다른 글
The local variable day may not have been initialized (0) | 2023.02.11 |
---|---|
[Java]_The operator is undefined for the argument type(s) boolean, int (0) | 2023.02.11 |
[Java]_java.lang.NullPointerException (0) | 2023.02.10 |
Java.util.InputMismatchException (1) | 2023.02.09 |
001) NumberFormatException (0) | 2023.02.08 |