Saved Bookmarks
| 1. |
Difference between beanfactory and the applicationcontext in spring |
|
Answer» Bean Factory instiates the bean when called the getBean() where as application CONTEXT will initialize the SINGLE bean when the container STARTED. |
|