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
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
What's the difference between authentication and authorization?
Which event is fired at the time of setting, getting or removing attribute from application scope?
What is a servlet?
What is a servlet context object?
Which java framework is most popular?
Explain the working of service() method of a servlet.
What is a java servlet?
Explain load on start-up and its importance?
How are filters?
What if you need to span your transaction across multiple servlet invocations?
How can we refresh automatically when new data is entered into the database?
Which method is called when reference variable is passed in system.net?
Explain web container.
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?