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 |
What is aop proxy?
What is use of @component in spring?
What is difference between prototype and request scope spring?
What is the difference between singleton and prototype bean?
Why annotations are used in spring?
What is webapplicationcontext in spring?
Are spring beans thread safe?
Can we autowire controller in spring?
Explain spring framework?
What is @configuration in spring boot? : Spring Boot
What is aspect, advice, pointcut, jointpoint and advice arguments in aop?
Name the various modules used in spring framework?