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 deque in the java collections framework? : java collections
What do you understand by synchronization? Why is it important?
What are the queues in the java collection framework? : java collections
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
What is the Spring2.5 MVC Navigation flow?
What are the uses of the set interfaces in the java collections? : java collections
What are the differences between the java collection and the java list? : java collections
What are the different types of ways where you can iterate over a list? : java collections
Should we create system software ( e.g operating system ) in java ?
my interviewer asked me what technical specification you used how to answer that question
What is java collection? : java collections
What are the considerations to be made in case of loops in java ?
What are maps interfaces in the java collections? : java collections
What are the different types of features of the java collections framework? : java collections
What is the difference between comparable and comparator in java.util pkg?