What is bean factory in spring?



What is bean factory in spring?..

Answer / Ram Prasad

Bean Factory is a basic container of objects in Spring Framework. It manages the creation and life cycle of application objects, which are defined as beans. Bean Factory relies on XML configuration files to define the dependencies between different components.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

How many types of autowiring are there in spring?

1 Answers  


What is ioc principle?

1 Answers  


How many ways can you make beans in spring?

1 Answers  


Discuss the benefit of spring framework?

1 Answers  


What is called spring configuration file?

1 Answers  


Is spring mvc and spring boot same? : Spring Boot

1 Answers  


How does annotations work in spring?

1 Answers  


What is joinpoint?

1 Answers  


List in brief the new features spring 3.0 has to offer.

1 Answers  


Explain inversion of control?

1 Answers  


Where is spring aop used?

1 Answers  


What is the scope of a bean by default in spring?

1 Answers  


Categories