What is the typical bean life cycle in spring bean factory container?



What is the typical bean life cycle in spring bean factory container?..

Answer / Harshvardhan Aditya

The typical bean life cycle in a Spring Bean Factory container consists of: instantiation, property population (setting properties), initialization method invocation (if defined), and finally the bean is ready for use.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What does transactional work mean?

1 Answers  


Is there any limitation of autowiring? If yes, explain.

1 Answers  


Describe dispatcherservlet.

1 Answers  


Can we send an object as a response to the controller’s handler method?

1 Answers  


What is the difference between singleton and prototype scope in spring?

1 Answers  


What do you mean by spring mvc framework?

1 Answers  


Give some examples where property editing is used in spring.

1 Answers  


Does spring provide programmatic transaction management?

1 Answers  


What is ioc container in spring?

1 Answers  


What is handler method in spring?

1 Answers  


What is @pathparam?

1 Answers  


List some of the benefits of ioc.

1 Answers  


Categories