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 instance?
What is url encoding and url decoding
Tell us something about servletcontext interface.
What is cookie in servlet?
How can we refresh automatically when new data is entered into the database?
What is the use of attribute in servlets?
What is servlet and its types?
What is servlet interface?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
How do we go with database connection and log4j integration in servlet?
Explain the difference between servlet and cgi?
When a servlet accepts a call from a client, it receives two objects. What are they?
Which interface must be implemented by all servlets?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What is context in servlet?