Explain the concept of root application context in spring mvc along with its loading process.



Explain the concept of root application context in spring mvc along with its loading process...

Answer / Rahul Rastogi

Root Application Context in Spring MVC is a top-level application context that holds the configuration of the entire application. It contains beans with long lifetimes such as DataSource, TransactionManager, and JdbcTemplate. The root application context gets loaded during server startup.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

How does @transactional works in spring?

1 Answers  


What is an introduction in aop?

1 Answers  


What is @responsebody in spring?

1 Answers  


What are spring beans?

1 Answers  


How to inject a java.util.properties into a spring bean?

1 Answers  


What is the default autowiring mode?

1 Answers  


How does constructor injection work?

1 Answers  


What do you mean by dependency injection?

1 Answers  


Why is spring light weight?

1 Answers  


What is spring and why it is used?

1 Answers  


What does the @timed annotation do?

1 Answers  


What is the implementation of the bean factory container?

1 Answers  


Categories