adspace


What is spring lazy init?

Answer Posted / Mohd.monis

Spring Lazy Initialization, in the context of Spring Framework, refers to a feature that delays the instantiation (creation) of a bean until it's first used. This can help reduce overhead when not needed immediately and improve application startup time.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is lazy class?

490


What is difference between @controller and @restcontroller in spring?

556


How can you inject java collection in spring?

518