INTERVIEW QUESTIONS
J2EE
SPRINGS
DETAILS
Question: State about the commonly used Bean Factory definitions?
Answer: The most commonly used bean factory definitions are as follows: - 1) XML bean factory and 2) DefaultListable beanfactory. XMLbean factory is used to parse XML structure to define classes and properties of objects (named). DefaultListablebeanfactory is useful to program bean factories and parse definitions.
|