InterviewSolution
Saved Bookmarks
| 1. |
Explain Xmlbeanfactory? |
|
Answer» The most useful ONE is org.springframework.beans.factory.xml.XmlBeanFactory, which loads its beans based on the definitions contained in an XML file. This container READS the configuration metadata from an XML file and uses it to create a FULLY configured system or application. The most useful one is org.springframework.beans.factory.xml.XmlBeanFactory, which loads its beans based on the definitions contained in an XML file. This container reads the configuration metadata from an XML file and uses it to create a fully configured system or application. |
|