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

How can you run a servlet program?

0 Answers  


What do you mean by request dispatcher in servlet? Also explain its methods.

0 Answers  


When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

0 Answers  


Why setMaxAge() and getMaxAge() methods are used in Cookies?

2 Answers  


What is the use of httpservletrequestwrapper and httpservletresponsewrapper?

0 Answers  






What’s the difference between forward() and sendredirect() methods?

0 Answers  


What is Difference between JavaBeans and taglib directives?

3 Answers  


can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans

2 Answers  


What happens, if server sends a cookie to a browser that doesn't supports cookies?

2 Answers  


What must be implemented by all servlets?

0 Answers  


HTTP tunneling means what?

2 Answers  


i am bca student,give me suggest for bright future

18 Answers   BSNL, Future Considerations,


Categories