Route1 interview question

Explain Beans in Spring?

Interview Answer

Anonymous

10 Jun 2018

Beans are objects that form the backbone of a Spring application. They are managed by the Spring IoC container. In other words, a bean is an object that is instantiated, assembled, and managed by a Spring IoC container.