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 |
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
Can you send the mail from a servlet ,if yes tell how?
What is dispatcher servlet?
Why do we have servlet wrapper classes?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
Why is Servlet so popular?
How can you push data from an Applet to a Servlet?
How do servlets work?
what is the advantage of using Servlets over CGI programming?
What is the procedure of invoking different servlet in a different application?
What is meant by a servlet?
What exactly are the functions of servlet?