I was going through this article http://www.vaannila.com/spring/spring-ioc-1.html and here the term container is used. The diagram below shows container. What is contai
Container is piece of code which reads bean config file and performs corresponding actions.
Yes IOC can be used with MVC. Here is an article about it. spring mvc