0 votes
in Spring by

spring interview questions edureka

spring interview questions

spring and spring boot interview questions

java spring boot interview questions

1 Answer

0 votes
by

What is Spring Framework?

Spring is one of the most widely used Java EE framework. Spring framework core concepts are “Dependency Injection” and “Aspect Oriented Programming”.

Spring framework can be used in normal java applications also to achieve loose coupling between different components by implementing dependency injection and we can perform cross-cutting tasks such as logging and authentication using spring support for aspect-oriented programming.

Related questions

0 votes
asked Apr 4, 2021 in Spring by Robindeniel
0 votes
asked Nov 24, 2020 in Spring by sharadyadav1986
...