InterviewSolution
Saved Bookmarks
| 1. |
Explain The Concept Of A Beanfactory? |
|
Answer» BeanFactory applies the IDEA of a FACTORY pattern that utilizes IOC to separate the application’s dependencies and configuration from the ACTUAL code. BeanFactory applies the idea of a factory pattern that utilizes IOC to separate the application’s dependencies and configuration from the actual code. |
|