ExamGecko
Question list
Search
Search

Question 30 - 2V0-72.22 discussion

Report
Export

Which three statements are advantages of using Spring’s Dependency Injection? (Choose three.)

A.
Dependency injection can make code easier to trace because it couples behavior with construction.
Answers
A.
Dependency injection can make code easier to trace because it couples behavior with construction.
B.
Dependency injection reduces the start-up time of an application.
Answers
B.
Dependency injection reduces the start-up time of an application.
C.
Dependencies between application components can be managed external to the components.
Answers
C.
Dependencies between application components can be managed external to the components.
D.
Configuration can be externalized and centralized in a small set of files.
Answers
D.
Configuration can be externalized and centralized in a small set of files.
E.
Dependency injection creates tight coupling between components.
Answers
E.
Dependency injection creates tight coupling between components.
F.
Dependency injection facilitates loose coupling between components.
Answers
F.
Dependency injection facilitates loose coupling between components.
Suggested answer: B, D, E

Explanation:

Reference: https://raviroza.com/tight-coupling-and-loose-coupling-in-spring-framework/

asked 16/09/2024
lance bonczkiewicz
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first