Recall Forge

Build long-term knowledge through AI-powered spaced repetition.

Continue with Google Continue with GitHub

See how a review works

Recall Forge turns your markdown notes into active recall questions, evaluates your answer, gives feedback and schedules the next review.

Source note
Spring Framework → IoC

Inversion of Control is a design principle where control over object creation and dependency management is moved from application code to the framework.

  • Spring creates beans.
  • Dependencies are injected automatically.
  • Your code focuses on behavior, not wiring.
Question
What is Inversion of Control in Spring?