InterviewSolution
Saved Bookmarks
| 1. |
Give an example of BeanFactory implementation. |
|
Answer» The most commonly used BeanFactory implementation is the XmlBeanFactory class. This container reads the configuration metadata from an XML file and uses it to create a fully configured system or application. |
|