1 Answer

0 votes
by

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).

Related questions

0 votes
asked Apr 4, 2021 in Spring by Robindeniel
0 votes
asked Apr 4, 2021 in Spring by Robindeniel
...