Java Interview question-19
Question 181: Bean scopes — what are default bean scopes?
Singleton (Default Scope): The singleton scope means that a single instance of the bean is created and shared throughout the application context. Whenever a bean with the singleton scope is r...
tusharkant.hashnode.dev11 min read