InterviewSolution
Saved Bookmarks
| 1. |
What Is Beanfactory? |
|
Answer» A BEANFACTORY is an implementation of the factory pattern that applies Inversion of CONTROL to separate the application’s configuration and dependencies from the actual application code. A BeanFactory is an implementation of the factory pattern that applies Inversion of Control to separate the application’s configuration and dependencies from the actual application code. |
|