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 Hash Collision in Java ?

How Will You Create a Shallow Copy of a Map in Java ?

How Will You Use a Cookie in JSP ?

Why Should You Define a Default Constructor in Java ?

What is the Difference Between Throw and Throws in Java ?