Question: In the Spring Bean lifecycle pictured, what should the third step of the process be?

  1. Persist bean definitions into a database
  2. Instance bean objects
  3. De-normalize bean definition
  4. Use reflection to inject bean objects into the servlet container

Answer: The correct answer of the above question is Option B:Instance bean objects