Inversion of Control (IoC) Container

Inversion of Control (IoC) Container

  • IoC container in Spring manages the creation and lifecycle of application objects (beans) and their dependencies
  • Type
    • BeanFactory
    • ApplicationContext
      • Extends BeanFactory with more enterprise-specific functionality