인프런 커뮤니티 질문&답변
getBean 타입 지정
작성
·
199
퀴즈
What are the problems that easily occur when client code directly creates the object it wants to use with the `new` keyword?
Compile error occurs.
When requirements change, client code needs to be modified.
Object serialization becomes impossible.
Multithreading problems occur.






강의 뒤쪽에 잘 설명해주신 부분이였네요 ㅋㅋ
답변 감사합니다!!