1.

What are Spring Beans?

Answer»
  • 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.)


Discussion

No Comment Found