InterviewSolution
Saved Bookmarks
| 1. |
What Is Lazy Loading? |
|
Answer» The SERVLETS are not initialized by the container from the START. It happens when the servlet is REQUESTED for the first time. This is called lazy LOADING. The servlets are not initialized by the container from the start. It happens when the servlet is requested for the first time. This is called lazy loading. |
|