1.

What is the Spring MVC framework?

Answer»
  • Spring MVC is REQUEST driven framework and ONE of the core components of the Spring framework.
  • It COMES with ready to use loosely coupled components and elements that greatly aids developers in building flexible and robust web applications.
  • The MVC (Model - View - Controller) architecture separates and PROVIDES loose coupling between the DIFFERENT aspects of the application – input logic (Model), business logic (Controller), and UI logic (View).


Discussion

No Comment Found