What is dependancy injection in spring

Showing Answers 1 - 3 of 3 Answers

kethireddy sreedharreddy

  • Feb 8th, 2007
 

Spring framework will inject the required object instances into our java bean during the deployment time through ApplicationContext.xml file.This process of injecting objects into java bean is known as dependency injection.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions