What is front controller in spring?



What is front controller in spring?..

Answer / Mohit Jain

The Front Controller in Spring is a design pattern that handles all incoming requests and manages the control flow between other objects such as View, Model, and Controller. In the context of Spring Framework, DispatcherServlet serves as the front controller.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is difference between spring and spring mvc?

1 Answers  


Name the types of transaction management that are supported by spring?

1 Answers  


What are some of the important spring annotations you have used?

1 Answers  


How to get servletcontext and servletconfig object in a spring bean?

1 Answers  


What is classpathxmlapplicationcontext?

1 Answers  


Explain what is spring mvc?

1 Answers  


What are dom elements?

1 Answers  


Which is better setter or constructor injection?

1 Answers  


What are the different types of bean injections in spring?

1 Answers  


What is cross cutting concern and concern in spring aop?

1 Answers  


What is portlet in spring?

1 Answers  


What is @configuration in spring?

1 Answers  


Categories