Advantages Flashcards

1
Q

Advantages of SPRING

A
  • Dependency injections
  • IOC: inversion of control
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

IOC

A

The Spring framework utilizes the inversion of control (IoC) software design principle, where the framework controls the custom-written code (as opposed to traditional programming where the custom code calls into other libraries that handle generic tasks). As a result, you can create loosely coupled modules for your Spring applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly