인프런 커뮤니티 질문&답변
.class 가 정확히 뭔가요?
작성
·
439
퀴즈
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.






컴포지트님 감사합니다.