Dell Technologies Interview Question

Describe inversion of control in Spring

Interview Answer

Anonymous

Dec 30, 2021

Frameworks in many languages are used for serving special purposes and inversion of control is the principle that triggers the framework to do user specified logics in certain places rather than the framework itself. The flow of the framework is inverted to the user specific logics.