InterviewSolution
Saved Bookmarks
| 1. |
What is an IOC container? |
|
Answer» IoC CONTAINER is a framework for implementing automatic DEPENDENCY INJECTION. It manages OBJECT creation and its life-time and also injects dependencies into the class. |
|