Prototype is the default Spring bean scope.
Practice this question from Quiz: Spring Core, with options and an explanation.
Question
Prototype is the default Spring bean scope.
Option A
True
Spring creates one singleton bean instance per IoC container by default.
Option B — Correct answer
False
Spring creates one singleton bean instance per IoC container by default.