What is a spring bean?



What is a spring bean?..

Answer / Ajay Kumar Jaiswal

A Spring Bean is an object managed by the Spring Framework container (ApplicationContext). It can be a simple Java class, a custom-defined class with special annotations like @Component, or a third-party library class. These beans are configured and managed by the Spring Container, making them easily accessible for other components in your application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What are the different properties the metadata translates into to make up the bean definition?

1 Answers  


What is @entity in spring boot? : Spring Boot

1 Answers  


what is sqlexceptiontranslator?

1 Answers  


What are spring beans?

1 Answers  


What is the scope of stateful bean in spring?

1 Answers  


What is spring java based configuration?

1 Answers  


What is @controller in spring?

1 Answers  


What is entitymanager in spring?

1 Answers  


What is spring boot devtools? : Spring Boot

1 Answers  


What are orm integration modules?

1 Answers  


Describe aop.

1 Answers  


What is proxy object in spring aop?

1 Answers  


Categories