What is spring lazy init?



What is spring lazy init?..

Answer / 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

More Spring Framework Interview Questions

What is the application context in spring?

1 Answers  


What are the important annotations in spring?

1 Answers  


What is postmapping?

1 Answers  


What do you mean by pointcut?

1 Answers  


How does beanfactory work in spring?

1 Answers  


What do you understand by @requestmapping annotation?

1 Answers  


Specify the locations where spring can publish its artifacts.

1 Answers  


Why is lazy initialized?

1 Answers  


How does the scope prototype work?

1 Answers  


What do you mean by annotation-based container configuration?

1 Answers  


What do you understand by dependency injection?

1 Answers  


What is meant by application context in spring?

1 Answers  


Categories