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 |
What is the application context in spring?
What are the important annotations in spring?
What is postmapping?
What do you mean by pointcut?
How does beanfactory work in spring?
What do you understand by @requestmapping annotation?
Specify the locations where spring can publish its artifacts.
Why is lazy initialized?
How does the scope prototype work?
What do you mean by annotation-based container configuration?
What do you understand by dependency injection?
What is meant by application context in spring?