Which of the following clearly states the role of IOC in Spring?

5. Which of the following clearly states the role of IOC in Spring?

  1. To instantiate the application class
  2. To setup the object
  3. To assemble the object dependencies
  4. All of the above

Answer: D) All of the above

Explanation:

Following are the responsibilities of IOC in Spring:

  • To instantiate the application class
  • To setup the object
  • To assemble the object dependencies

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.