nerdexam
Broadcom-VMware

2V0-72.22 · Question #70

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

The correct answer is 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. F. Dependency injection facilitates loose coupling between components. See the full explanation below for the reasoning.

Question

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

Options

  • ADependency injection can make code easier to trace because it couples behavior with
  • BDependency injection reduces the start-up time of an application.
  • CDependencies between application components can be managed external to the components.
  • DConfiguration can be externalized and centralized in a small set of files.
  • EDependency injection creates tight coupling between components.
  • FDependency injection facilitates loose coupling between components.

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    82% (28)
  • E
    12% (4)

Community Discussion

No community discussion yet for this question.

Full 2V0-72.22 Practice