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 |
How many types of autowiring are there in spring?
What is ioc principle?
How many ways can you make beans in spring?
Discuss the benefit of spring framework?
What is called spring configuration file?
Is spring mvc and spring boot same? : Spring Boot
How does annotations work in spring?
What is joinpoint?
List in brief the new features spring 3.0 has to offer.
Explain inversion of control?
Where is spring aop used?
What is the scope of a bean by default in spring?