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
Is that servlet is pure java object or not?
How do you deal property files in servlet?
What is meant by servlet? What are the parameters of the service method?
How can we include static files in the jsp page?
How can a servlet be used to generate plain text instead of html?
What is the use of request dispatcher interface?
Why is http protocol called as a stateless protocol?
What is a servlet-to-servlet communcation?
What are the advantages of Servlet over CGI?
How do I use cookies to store session state on the client?
What are the key methods that are involved in processing of http servlets?
Explain in brief the directory structure of a web application?
how many jsp scripting elements are there and what are those?
What do you mean by mime type?
What is the need of servlet filters?