How would you link the spring mvc framework and mvc architecture?



How would you link the spring mvc framework and mvc architecture?..

Answer / Vishal Verma

In Spring MVC, the DispatcherServlet is the front controller that receives all HTTP requests. The front controller then dispatches these requests to the appropriate handler (Controller). The ModelAndView object is used to return data to the View layer.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

Tell us about spring security.

1 Answers  


What is spring mvc flow?

1 Answers  


What are the features of spring?

1 Answers  


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

1 Answers  


Is @override annotation mandatory?

1 Answers  


What do you understand by auto wiring and name the different modes of it?

1 Answers  


What is namedparameterjdbctemplate in spring?

1 Answers  


What is @componentscan in spring?

1 Answers  


When you should not use dependency injection?

1 Answers  


What is @enableautoconfiguration in spring?

1 Answers  


What is ioc principle?

1 Answers  


What does @bean annotation mean?

1 Answers  


Categories