Spring - Singleton & Prototype
Spring-Singleton:
If you set once, it will return when you are calling the same bean.
Spring-Prototype:
It will create and return whenever you are calling the bean.
If you set once, it will return when you are calling the same bean.
Spring-Prototype:
It will create and return whenever you are calling the bean.
Comments
Post a Comment