What are the important Spring beans life cycle methods?


There are two important beans life cycle methods.
  1. setup
  2. teardown
setup - It is called when bean is load into the container.
teardown - It is called when bean is unloaded from the container.

No comments:

Post a Comment