Is spring a container?
Answer / Vikas Somvanshi
Yes, Spring Framework is a container that manages application objects (beans) and their dependencies. It provides various services such as dependency injection, aspect-oriented programming, and transaction management.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the role of web.xml in spring mvc and where is it located?
What does autowired mean in spring?
What is a framework? Explain the spring framework.
What is spring contextconfiglocation?
What is aop module?
What is ioc and di in spring?
What is the default autowiring in spring?
What is spring and hibernate?
What is inverse of control in spring?
How can I manage transactions in spring?
How you will decide when to use prototype scope and when singleton scope bean?
What is factory method in spring?