What is the difference between lazy loading and eager loading?
Answer / Narendra Rajpoot
Eager loading loads all data immediately, regardless of whether it's needed or not. Lazy loading delays the loading of data until it's actually required by the application. This approach can improve performance by reducing initial load times but may lead to longer wait times for certain actions that require loaded data.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is aop alliance?
Categorize the different types of modules in spring framework.
How can you achieve internationalization using messagesource?
List the modules used in spring framework?
What is spring mvc interceptor and how to use it?
What is difference between classnotfoundexception and noclassdeffounderror?
What is service layer in spring mvc?
What is spring in java with example?
What is the use of @transactional in spring?
What does aop stand for?
Describe dispatcherservlet.
What is core module in spring?