adspace


How does spring mvc work?

Answer Posted / Abhash Mitra

Spring MVC is a popular web application framework in Java that follows Model-View-Controller (MVC) architectural pattern. It allows for the separation of application logic into three distinct components - Model, View, and Controller, enabling cleaner code organization and easier maintainability.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you inject java collection in spring?

518


What is lazy class?

490


What is difference between @controller and @restcontroller in spring?

556