Spring v/s Spring boot framework differences Interview Questions and Answers | Code Decode

Описание к видео Spring v/s Spring boot framework differences Interview Questions and Answers | Code Decode

In this video we have explained about spring vs spring boot which is very important Interview Questions for fresher and experienced

Udemy Course of Code Decode on Microservice k8s AWS CICD link:
https://openinapp.co/udemycourse

Course Description Video :
https://yt.openinapp.co/dmjvd

What is the difference between Spring and Boot?
Features
Spring
Spring Boot
Where it’s used?
Spring is an open-source lightweight framework widely used to develop enterprise applications.
Spring Boot is built on top of the conventional spring framework, widely used to develop Enterprise level applications with Rest APIS and CRUD

Why it came in picture at all?
It helps to create a loosely coupled application. Before Spring came in picture we struggled with tightly coupled object. removed with Dependency injection concept
It helps to create a stand-alone application created with RAD model. It came in picture to reduce Time to market (TOM time) .
Server configuration needed?
To run the Spring application, we need to set the server explicitly.
Spring Boot provides embedded servers such as Tomcat and Jetty etc.

Features
Spring
Spring Boot
Boilerplate Code
To create a Spring application, the developers write lots of boilerplate code
It Reduces Boilerplate Code.
In Memory-Database
It doesn’t provide support for the in-memory database.
It provides support for the in-memory database such as H2. In-memory database relies on system memory as oppose to disk space for storage of data.
Because memory access is faster than disk access. We use the in-memory database when we do not need to persist the data. The in-memory database is an embedded database. The in-memory databases are volatile, by default, and all stored data loss when we restart the application.

Most Asked Core Java Interview Questions and Answers:    • Core Java frequently asked Interview ...  

Advance Java Interview Questions and Answers:    • Advance Java Interview Questions  

Java 8 Interview Questions and Answers:    • Java 8 Interview Questions(New Features)  

Hibernate Interview Questions and Answers:
   • Hibernate Interview Questions Java  

Spring Boot Interview Questions and Answers:
   • Advance Java Interview Questions  

Angular Playlist:    • Angular Course Introduction || Angular 8  


SQL Playlist:    • SQL Interview Questions and Answers  

GIT:    • GIT  

Subscriber and Follow Code Decode
Subscriber Code Decode: https://www.youtube.com/c/CodeDecode?...
LinkedIn :   / codedecodeyoutube  
Instagram:   / codedecode25  

#springVsSpringBoot #springboot #codedecode

Комментарии

Информация по комментариям в разработке