인프런 커뮤니티 질문&답변
@Configuration
작성
·
293
퀴즈
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.





