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 |
What are the different properties the metadata translates into to make up the bean definition?
What is @entity in spring boot? : Spring Boot
what is sqlexceptiontranslator?
What are spring beans?
What is the scope of stateful bean in spring?
What is spring java based configuration?
What is @controller in spring?
What is entitymanager in spring?
What is spring boot devtools? : Spring Boot
What are orm integration modules?
Describe aop.
What is proxy object in spring aop?