adspace


What is the use of beanfactory in spring?

Answer Posted / Shirish Gautam

The design pattern used in Spring IOC (Inversion of Control) is the Factory Pattern, which involves creating objects without exposing the logic for their creation. In Spring, the container acts as a factory to create and manage objects.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between @controller and @restcontroller in spring?

556


What is lazy class?

490


How can you inject java collection in spring?

518