What is difference between spring boot and spring framework? : Spring Boot



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

Answer / Rajesh Kumar Rai

Spring Framework is a comprehensive Java framework, while Spring Boot is a simplified version of it that aims to make it easier to create production-ready applications by providing pre-configured features and eliminating the need for a lot of XML configuration.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is aop proxy?

1 Answers  


What is use of @component in spring?

1 Answers  


What is difference between prototype and request scope spring?

1 Answers  


What is the difference between singleton and prototype bean?

1 Answers  


Why annotations are used in spring?

1 Answers  


What is webapplicationcontext in spring?

1 Answers  


Are spring beans thread safe?

1 Answers  


Can we autowire controller in spring?

1 Answers  


Explain spring framework?

1 Answers  


What is @configuration in spring boot? : Spring Boot

1 Answers  


What is aspect, advice, pointcut, jointpoint and advice arguments in aop?

1 Answers  


Name the various modules used in spring framework?

1 Answers  


Categories