1 Answer

0 votes
by

They are the objects forming the backbone of the user’s application and are managed by the Spring IoC container.

Spring beans are instantiated, configured, wired and managed by IoC container.

Beans are created with the configuration metadata that the users supply to the container (by means of XML or java annotations configurations.)

Related questions

0 votes
asked Apr 4, 2021 in Spring by Robindeniel
0 votes
asked Apr 4, 2021 in Spring by Robindeniel
...