Question d’entretien chez Route1

Explain Beans in Spring?

Réponse à la question d'entretien

Utilisateur anonyme

10 juin 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.