What is the difference between spring boot and spring mvc? : Spring Boot



What is the difference between spring boot and spring mvc? : Spring Boot..

Answer / Srashti Rani

Spring Boot includes Spring MVC by default, but it offers much more than just a web framework. While Spring MVC focuses on handling HTTP requests and responses, Spring Boot aims to simplify the overall development process for a wider range of applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is spring actuator?

1 Answers  


In which scenario, you will use singleton and prototype scope?

1 Answers  


What do you understand by @qualifier annotation?

1 Answers  


What is the difference between spring singleton bean scope and singleton design pattern?

1 Answers  


What are spring boot starter projects? : Spring Boot

1 Answers  


How do you control the spring life of a bean?

1 Answers  


What is the difference between concern and cross cutting concern in spring aop?

1 Answers  


How do you define transactions in spring?

1 Answers  


How does spring singleton work?

1 Answers  


What is the implementation of applicationcontext container?

1 Answers  


Describe dispatcherservlet.

1 Answers  


Mention and explain the types of advice in spring?

1 Answers  


Categories