How does spring mvc work?



How does spring mvc work?..

Answer / 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

More Spring Framework Interview Questions

What is the use of @transactional in spring?

1 Answers  


What is use of @bean in spring?

1 Answers  


Can struts and spring be used together?

1 Answers  


Which is the most commonly used transaction management?

1 Answers  


What is applicationcontextaware in spring?

1 Answers  


What is a beanfactory interface?

1 Answers  


What is true about beanpostprocessor?

1 Answers  


What do you understand as dependency injection (di)?

1 Answers  


What is spring boot in java? : Spring Boot

1 Answers  


Which dependency injection is used for a mandatory dependency?

1 Answers  


What is a transactional process?

1 Answers  


What are beans in spring?

1 Answers  


Categories