What happens, when client requests for server object, which
is not yet loaded into the memory?
Answers were Sorted based on User's Feedback
Answer / nagaraju
u will get 404 error means unavailable Exception
Is This Answer Correct ? | 6 Yes | 1 No |
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 |
What are the advantages of cookies?
what is the difference between servlets and struts?
When Servlet is unloaded?
What is the use of request dispatcher interface?
How to pass a requrest object of one servlet as a request object to another servlet?
can i call destroy() method in init() method of servlet
Difference between get and post in java servlets?
What is the inter-servlet communication?
What are some advantages of storing session state in cookies?
How to get the path of servlet in the server?
What are the difference between HttpServlet and GenericServlets?
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