Inflearn Community Q&A
MemberApp 실행이 안됩니다.
Written on
·
361
0
- MemberApp을 만들었는데 실행하면 CoreApplication만 실행됩니다. 어떻게 MemberApp을 실행할수 있나요?
oopspring
Quiz
What is the main reason for designing by separating roles (interfaces) from implementations (classes) in object-oriented design?
To reduce the number of lines of code
To flexibly cope with future requirement changes
To speed up program execution
To facilitate database connection
Answer 5







main 메서드를 public void static main으로 변경해주세요.