Is spring a container?



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

Post New Answer

More Spring Framework Interview Questions

What is the role of web.xml in spring mvc and where is it located?

1 Answers  


What does autowired mean in spring?

1 Answers  


What is a framework? Explain the spring framework.

1 Answers  


What is spring contextconfiglocation?

1 Answers  


What is aop module?

1 Answers  


What is ioc and di in spring?

1 Answers  


What is the default autowiring in spring?

1 Answers  


What is spring and hibernate?

1 Answers  


What is inverse of control in spring?

1 Answers  


How can I manage transactions in spring?

1 Answers  


How you will decide when to use prototype scope and when singleton scope bean?

1 Answers  


What is factory method in spring?

1 Answers  


Categories