What happens, when client requests for server object, which
is not yet loaded into the memory?
Answer Posted / sandeep m
when a class is not yet loaded by server. If the server is
receiving the request for such class for the first time
then it loads the class instantiates and serves the
request. All this process takes time and request processing
of first request for that class is delayed. Further
requests for the class will be processed fast.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is servlet looping or chaining?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What is the workflow of a servlet?
What exactly are the functions of servlet?
Difference between java beans & servlets?
What is servlet and its types?
What is dispatcher servlet?
What is getservletcontext?
Explain the servlet filter.
How can a servlet be used to generate plain text instead of html?
Explain web container.
What is the type of method for sending request from http server?
Describe the phases of servlet lifecycle?
Explain how does JSP handle run-time exceptions?
Explain the servlet context.