posted 5 years ago
Hi,
I have confusion regrading init-method calling. As I have studied that when the bean is initialized then init-method is called. So is it like that when IOC container initializing bean or we say creating instance and storing properties in memory or at the time of getBean() method.