The Spring singleton scope is an implementation of the singleton design pattern.
Everytime you ask the Spring container for a bean that is configured to be in singleton scope, the Spring container will return the same Spring bean instance.
The opposite is the Spring prototype scope.
Bean scopes
- k
----------------------------------------------------------------------------------------
[
SpringSource Certified Spring Professional (Spring Certification) - Practice Tests]