강의

멘토링

로드맵

Inflearn Community Q&A

kimmmjy0010428's profile image
kimmmjy0010428

asked

Spring Core Principles - Basic Edition

IoC, DI, and Container

의존관계 개념 질문 드립니다.

Written on

·

313

0

안녕하세요. 질문 하나 드리겠습니다.

의존하다 와 참조하다가 완전히 동일한 의미로 사용되는걸까요?
'A가 B를 의존한다'라고 하면 'A가 B를 참조한다'로 동일하게 대체 되는 말인가요?

의존관계oopspring

Quiz

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.

Answer 1

0

안녕하세요. kimmmjy001님, 공식 서포터즈 David입니다.

네, 이해하신 게 맞습니다.

감사합니다.

kimmmjy0010428's profile image
kimmmjy0010428

asked

Ask a question