Home »
MCQs »
Spring MCQs
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?
- To instantiate the application class
- To setup the object
- To assemble the object dependencies
- 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