Pergunta de entrevista da empresa Altisource

2. What is the other way to instantiate a bean by Spring container other than Dependency Injection?

Resposta da entrevista

Sigiloso

8 de mar. de 2014

I answered by using BeanFactory constructor based as I had used only Dependency injection through Spring configuration file, Constructor and Bean setter and getter.