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 advantages of cookies?

0 Answers  


what is the difference between servlets and struts?

3 Answers  


When Servlet is unloaded?

0 Answers  


What is the use of request dispatcher interface?

0 Answers  


How to pass a requrest object of one servlet as a request object to another servlet?

4 Answers   Verizon,


can i call destroy() method in init() method of servlet

9 Answers   Ericsson, IBM,


Difference between get and post in java servlets?

0 Answers  


What is the inter-servlet communication?

0 Answers  


What are some advantages of storing session state in cookies?

0 Answers  


How to get the path of servlet in the server?

0 Answers  


What are the difference between HttpServlet and GenericServlets?

2 Answers  


hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code

0 Answers   CTS,


Categories