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. 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. |
|