What is the use of beanfactory in spring?
Answer / Shirish Gautam
The design pattern used in Spring IOC (Inversion of Control) is the Factory Pattern, which involves creating objects without exposing the logic for their creation. In Spring, the container acts as a factory to create and manage objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is auto wiring in spring?
What is an application context?
What is @resource in spring?
Why do we use spring?
What are the benefits of spring framework?
Explain bean in spring and list the different scopes of spring bean?
What is the advantage of spring?
What is difference between pojo and dto?
What is context how is it used?
Explain the concept of auto wiring.
Name the exceptions thrown by the spring dao classes?
What is context used for?