Java Spring and Spring boot MCQ Quiz (Multiple Choice Questions And Answers)
Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:
List of Programming Full Forms
- Service locator pattern
- Factory pattern
- Abstract factory pattern
- Singleton pattern
12. Which interface in spring is responsible for Instantiating and managing the so called Spring beans?
- BeanFactory
- ApplicationContext
- BeanDefinition
- BeanFactoryAware
- Static factory-method
- Instance Factory-Method
- All of the above
- None of the above
- No, singleton beans are not thread-safe in Spring framework.
- Yes, singleton beans are thread-safe in Spring framework.