본문 바로가기
개발자 취준기/Error Collection

Syntax error, Identifier expected after this token

by bbosioy 2023. 2. 10.

[2023-02-10]

> Run Class에서 main class를 적어주지 않고 바로 기능 실행을 하는 메소드를 입력해서 발생한 오류

 

 

 

해결방법 : main class를 적어주어야 기능 메소드가 실행된다.