1.

What Is Beanfactory?

Answer»

A BEANFACTORY is an implementation of the factory pattern that applies Inversion of CONTROL to separate the application’s configuration and dependencies from the actual application code.
The most commonly used BeanFactory implementation is the XMLBEANFACTORY CLASS.

A BeanFactory is an implementation of the factory pattern that applies Inversion of Control to separate the application’s configuration and dependencies from the actual application code.
The most commonly used BeanFactory implementation is the XmlBeanFactory class.



Discussion

No Comment Found