Tuesday, November 29, 2011

Explain about dependency injection?

Dependency injection is used to remove dependence of explicit coding on container. It resembles to a form of IoC. Java methods are chiefly used to inject dependencies into an object. It is used to collaborate and configure values into an object.
Category:Springs Interview Questions

No comments:

Post a Comment