Explain Flow of Spring MVC ?
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Interview Questions and Answers

Recently asked in TCS , Tech Mahindra, HCL , Accenture and Fidelity.
  Q1. Explain Flow of Spring MVC ?Spring
Ans. The DispatcherServlet configured in web.xml file receives the request.

The DispatcherServlet finds the appropriate Controller with the help of HandlerMapping and then invokes associated Controller.

Then the Controller executes the logic business logic and then returns ModeAndView object to the DispatcherServlet.

The DispatcherServlet determines the view from the ModelAndView object.

Then the DispatcherServlet passes the model object to the View.

The View is rendered and the Dispatcher Servlet sends the output to the Servlet container.

Finally Servlet Container sends the result back to the user.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     j2ee   spring   mvc   frameworks   web applications   architecture     Asked in 11 Companies      Basic        frequent


Related Questions

  What are the benefits of using Spring Framework ?
  What is MVC ?
 How spring boot works ?
 What is the difference between Singleton and Prototype Bean scope in Spring ?
  How can we manage Error Messages in the web application ?
  Difference between Java beans and Spring Beans ?
  What bean scopes does Spring support? Explain them.
  What are some differences between Spring caching and Hibernate caching?
 Can we have two beans with same class with different bean id in spring ?



Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: