pankaj patil wrote:I depends on when you call the servlet .
No, it most certainly does
not.
The container can load the servlets any time it wants in whatever order it wants in the absence of directives to the contrary. There is no guarantee that the container will wait until first request, and that the order will be determined by the order of requests.