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

preview_player
Показать описание
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:

Course Description Video :

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.

Hibernate Interview Questions and Answers:

Spring Boot Interview Questions and Answers:

Subscriber and Follow Code Decode

#springVsSpringBoot #springboot #codedecode
Рекомендации по теме
Комментарии
Автор

Because of your videos I was able to switch out of a very toxic company.... I'll always be grateful for this .

gyanprakash
Автор

This channel should have more subscribers. Good Information

himanshubaviskar
Автор

A video on Boot dependencies & plugins would be great. Please make one.

Thank you.

sasis
Автор

Please make another videos also. Your videos are just excellent. I can not thank you enough for making such easy language videos . Thanks a lot. Please add another video also 😊

aditisingh
Автор

I learn everytike new from your each video please keep making it . And please make videos on spring security OAuth jn detail

oldaccount
Автор

Nice.. valid info with a short time limit. Plz make the next video.. Thanks

dhanarajeshkola
Автор

Yes we want to know more about dependencies, plugins...

ldpsriramnagisetty
Автор

Thanks for making these knowledgeable and to-the-point videos. Please make another video to cover the rest of the questions.

akshatmathur
Автор

Thank for the video, please do video on dependences Vs plugins

HemaLatha-dzxr
Автор

Hi Your grasp on the concept is so good which reflects in your explanation. So could you please put the pom.xml config details and gradle vs maven. Like what exactly difference between gradle, ant and maven. As i am aware all three actively getting used in industries. Thanks

Spyron_
Автор

Thanks for nice videos. Can you also plz provide an example for. .. what are the things we can store in in memory in boot uses.

sriharini
Автор

pls cover plugins topic in next SpringBoot video. thank you :)

rakeshpandey
Автор

Please explain what is difference between dependencies vs plugins

gc
Автор

Please make video on Dependencies vs Plugins

pandunani
Автор

Wish this slides where available to refer

hwjnlxc
Автор

Mam, please make a video series on DevOps interview preparation 🙏😊

abiramit
Автор

Can we switch company within 4months of joining. I have a very toxic environment

sowjanyashavva
Автор

@code decode team make videos on sonrqube bug and code smell with examples.. how to solve

prathappoojary
Автор

Hi Please make a video on dependencies and pom.xml

vanipriya
Автор

Thanks .. please share details about Pom.xml

rashmitamohanty