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 |
What is the use of @transactional in spring?
What is use of @bean in spring?
Can struts and spring be used together?
Which is the most commonly used transaction management?
What is applicationcontextaware in spring?
What is a beanfactory interface?
What is true about beanpostprocessor?
What do you understand as dependency injection (di)?
What is spring boot in java? : Spring Boot
Which dependency injection is used for a mandatory dependency?
What is a transactional process?
What are beans in spring?