Hi,
I am newer to spring. I read Spring init-method is used to do some intial operation while the bean is initialized and destroy-method used to do some clean up operations before the bean object is about to destroy. This is same operations can be done in constructor and destructor of Bean's class. Then how the Spring's init-method and destroy-method differes from constructor and destructor?
Thanks in Advance,
Vinodh


Reply With Quote
