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


Please Help Members By Posting Answers For Below Questions

How do you invoke a Servlet? What is the difference between doPost method and doGet method?

732


What's the difference between authentication and authorization?

638


Which event is fired at the time of setting, getting or removing attribute from application scope?

718


What is a servlet?

697


What is a servlet context object?

712






Which java framework is most popular?

662


Explain the working of service() method of a servlet.

590


What is a java servlet?

638


Explain load on start-up and its importance?

695


How are filters?

686


What if you need to span your transaction across multiple servlet invocations?

660


How can we refresh automatically when new data is entered into the database?

684


Which method is called when reference variable is passed in system.net?

1933


Explain web container.

675


What is the use of httpservletrequestwrapper and httpservletresponsewrapper?

628