Monday, June 3, 2013
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
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
Subscribe to:
Posts (Atom)