2. What is the other way to instantiate a bean by Spring container other than Dependency Injection?
Sigiloso
I answered by using BeanFactory constructor based as I had used only Dependency injection through Spring configuration file, Constructor and Bean setter and getter.