Sunday, June 2, 2013

What is IOC.

Inversion of Control or Dependency Injection means passing on the control to Spring container.
In IOC, the objects are not created in code but it is described in a configuration file, how the objects are to be created. the container takes the responsibilty

No comments:

Post a Comment