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 |
What is crudrepository in spring?
When to use dependency injections?
Name the types of transaction management that are supported by spring?
What is the use of @qualifier in spring boot? : Spring Boot
What does ioc mean in security?
What is difference struts and spring?
What is init method in spring?
What is spring boot rowmapper? : Spring Boot
What is aspect, advice, pointcut, jointpoint and advice arguments in aop?
Does ef core support lazy loading?
What is @requestmapping in spring boot? : Spring Boot
How does dependency injection work and why would you need it?