What is webapplicationcontext in spring?



What is webapplicationcontext in spring?..

Answer / Sidharth Gautam

WebApplicationContext in Spring is a subclass of ApplicationContext that provides the infrastructure needed for a web-aware application context. It's used to manage the lifecycle of web-related components such as Servlets, Filters, and Listeners.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is difference between @autowired and @resource in spring?

1 Answers  


What is cross cutting in spring?

1 Answers  


What is cross cutting concerns in spring?

1 Answers  


What is the difference between responsebody and responseentity?

1 Answers  


Where is spring used?

1 Answers  


Spring jdbctemplate class and its application.

1 Answers  


What is @qualifier annotation in spring?

1 Answers  


Define bean wiring?

1 Answers  


How many ways can you set up spring?

1 Answers  


What is the difference between autowiring and dependency injection?

1 Answers  


Different spring bean scope.

1 Answers  


What is difference between spring framework and spring boot? : Spring Boot

1 Answers  


Categories