Answer Posted / sagar date
The org.springframework.beans.factory.BeanFactory is the
actual representation of the Spring IoC
container that is responsible for containing and otherwise
managing the aforementioned beans.
The BeanFactory interface is the central IoC
container interface in Spring. Its responsibilities include
instantiating or sourcing application objects, configuring
such objects, and assembling the dependencies
between these objects.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the use of hashcode in java ?
Should we create system software ( e.g operating system ) in java ?
What are the differences between the java collection and the java list? : java collections
What is iterator in the java collections framework? : java collections
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What do you understand by synchronization? Why is it important?
Which interface does java.util.hashtable implement?
What are the main classes of the list interfaces? : java collections
What are the uses of the set interfaces in the java collections? : java collections
What are the different types of classes implemented in the set interfaces? : java collections
What are maps interfaces in the java collections? : java collections
What are the types of interface used in the java collections? : java collections
What is the enumerator of the java collection framework? : java collections
How is hashset maintained in memory by java ?
What is an algorithm in java collection framework? : java collections