What is XMLBeanFactory in Spring Framework ?

XMLBeanFactory is one of the most useful implementation of BeanFactory in Spring. This factory loads its beans based on the definitions mentioned in an XMLfile.

Spring container reads bean configuration metadata from an XML file and creates a fully configured application with the help of XMLBeanFactory class.



You May Interest

Why We Cannot Create a Generic Array in Java ?

Why Collection Interface Doesn’t Extend Cloneable and Serializabl ...

What are the Differences Between Comparable and Comparator in Jav ...

What is the Reason to Organize Classes and Interfaces in a Packag ...

What is Volatile Keyword in Java ?