1.

Difference between beanfactory and the applicationcontext in spring

Answer»

ANSWER:

Bean Factory instiates the bean when called the getBean() where as application CONTEXT will initialize the SINGLE bean when the container STARTED.



Discussion

No Comment Found