What is the use of beanfactory in spring?



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

Post New Answer

More Spring Framework Interview Questions

What is auto wiring in spring?

1 Answers  


What is an application context?

1 Answers  


What is @resource in spring?

1 Answers  


Why do we use spring?

1 Answers  


What are the benefits of spring framework?

1 Answers  


Explain bean in spring and list the different scopes of spring bean?

1 Answers  


What is the advantage of spring?

1 Answers  


What is difference between pojo and dto?

1 Answers  


What is context how is it used?

1 Answers  


Explain the concept of auto wiring.

1 Answers  


Name the exceptions thrown by the spring dao classes?

1 Answers  


What is context used for?

1 Answers  


Categories