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

How Will You Implement Error Page in JSP ?

How Can We Prevent a Deadlock in Java ?

How Can We Find the Memory Usage of JVM From Java Code ?

What is Thread Starvation in Java ?

What is the Use of Jsp:useBean in JSP ?