1.

What do you understand by Bean Wiring.

Answer»
  • When beans are COMBINED TOGETHER within the Spring container, they are said to be wired or the PHENOMENON is called bean wiring.
  • The Spring container should know what beans are needed and how the beans are dependent on each other while wiring beans. This is given by means of XML / ANNOTATIONS / Java code-based CONFIGURATION.


Discussion

No Comment Found