What happens, when client requests for server object, which
is not yet loaded into the memory?

Answers were Sorted based on User's Feedback



What happens, when client requests for server object, which is not yet loaded into the memory?..

Answer / nagaraju

u will get 404 error means unavailable Exception

Is This Answer Correct ?    6 Yes 1 No

What happens, when client requests for server object, which is not yet loaded into the memory?..

Answer / 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

More Servlets Interview Questions

What are the types of ServletEngines?

1 Answers  


What is the requirement of servlet config and servlet context implemented and how are they implemented?

0 Answers  


What do you mean by web applications? Explain web application directory arrangement?

0 Answers  


Can we call destroy() method inside the init() method? What happens when we do so?

9 Answers   Ericsson,


What is use of parseQueryString?

1 Answers  






What methods do we use in Servlet to Applet communication?

3 Answers   Infosys,


Is servlet thread safe?

0 Answers  


what is meant by servlet to servlet communication?

1 Answers   KPIT,


What is the use of httpservletresponsewrapper?

0 Answers  


how the jsp page can be regenerated?

2 Answers   HCL,


Why doesn’t a servlet include main()? How does it work?

0 Answers  


What is difference between server and servlet?

0 Answers  


Categories