0 votes
in Spring Framework Database Integration by
Which of the following is correct about dependency injection?

a) It helps in deciding the dependencies of objects.

b) It stores object states in the file system.

c) It helps in decoupling application objects from each other.

d) It stores object states in the database.

1 Answer

0 votes
by
c) It helps in decoupling application objects from each other.
...