Answers

Question and Answer:

  Home  JMX

⟩ What is lazy initialization?

Bean is not allocated until it is actually needed - dependency injected - or requested via getBean(). specify lazy="true" (false by default). Only useful if bean genuinely may never be used in most runs of the application.

 289 views

More Questions for you: