What is the flow of spring mvc?



What is the flow of spring mvc?..

Answer / Mr Narender Kumar

The flow of Spring MVC is as follows: An HTTP request is received by a DispatcherServlet, which then invokes a handler method in a controller class. The controller prepares the model data and forwards it to a view resolution mechanism, which selects an appropriate view (usually a JSP or Thymeleaf template). Finally, the view renders the model data as an HTTP response.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is crudrepository in spring?

1 Answers  


When to use dependency injections?

1 Answers  


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

1 Answers  


What is the use of @qualifier in spring boot? : Spring Boot

1 Answers  


What does ioc mean in security?

1 Answers  


What is difference struts and spring?

1 Answers  


What is init method in spring?

1 Answers  


What is spring boot rowmapper? : Spring Boot

1 Answers  


What is aspect, advice, pointcut, jointpoint and advice arguments in aop?

1 Answers  


Does ef core support lazy loading?

1 Answers  


What is @requestmapping in spring boot? : Spring Boot

1 Answers  


How does dependency injection work and why would you need it?

1 Answers  


Categories