Why do we use spring bean?
Answer / Ravi Kumar Ravi
A Spring Bean is an object that manages the lifecycle of a Java object and provides dependency injection. By using Spring Beans, developers can easily manage complex dependencies between objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do we need web xml in spring boot? : Spring Boot
What is spring batch admin?
What is jdbctemplate in spring? And how to use it?
What are the various ways of using spring framework?
What is difference between @controller and @restcontroller in spring?
What is spring api?
How does spring singleton work?
What is init method in spring?
Why spring is a lightweight framework?
What is difference between @restcontroller and @controller?
What is @qualifier annotation in spring?
What are bean wiring and @autowired annotation?