Java Spring Framework Question:

Download Job Interview Questions and Answers PDF

What are the important beans lifecycle methods?

Spring Framework Interview Question
Spring Framework Interview Question

Answer:

There are two important bean lifecycle methods. The first one is setup which is called when the bean is loaded in to the container. The second method is the teardown method which is called when the bean is unloaded from the container.

Download Spring Framework Interview Questions And Answers PDF

Previous QuestionNext Question
How to integrate your Struts application with Spring?What are Inner Beans?