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
No comments:
Post a Comment