Why it is called ioc in spring?
Answer / Sarfraj
In Spring Framework, IoC stands for Inversion of Control. It refers to the design principle where the control flow is reversed from what you'd find in traditional procedural programming. Instead of a program creating and managing its own objects (control), these objects are created and managed by an external container.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does google use spring framework?
What is oauth token?
What are different modes of auto-wiring?
What is spring rowmapper?
What is cdi in spring?
Explain the concept of aspect oriented programming?
What spring sub-projects do you know?
What do you mean by spring java based configuration?
What is crud in spring?
Is spring a link?
What is meant by application context?
What does @bean annotation mean?