- By default the container does not initialize the servlets as soon as it starts up. It initializes a servlet when it receives a request for the first time for that servlet. This is called lazy loading.
- The servlet deployment descriptor (web.xml) defines the
element, which can be configured to make the servlet container load and initialize the servlet as soon as it starts up.