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

What is the Difference Between Sleep and Wait Methods in Java ?

What are the Uses of AOP Module in Spring Framework ?

What are the Disadvantages of Multithreading in Java ?

How Does Garbage Collection Work in Java ?

How Will You Handle InterruptedException in Java ?