1. What is Spring MVC? Briefly introduce your understanding of spring MVC?
Spring MVC is a lightweight web framework based on Java that implements the request driven type of MVC design pattern. By separating Model, View and Controller, it decouples the …