Spring bean scopes

The scope of a bean specifies what kind of object has to be created by container for the bean defined. We can define the scope of the bean while defining the bean in the spring configuration file. Spring provides 5 scopes for a bean out of the box, we can also customize and create custom […]

Share this article on