0 votes
in Spring by

Which Spring module provides the IOC container functionality?

a) Spring AOP

b) Spring Web MVC

c) Spring Core Container

d) Spring Data

1 Answer

0 votes
by
c) Spring Core Container

Explanation:

The Spring Core Container module provides the foundational building blocks of the Spring framework including the IOC container.
...