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 |
Is the init(ServletConfig sc) throws IOException or not?
What is a Proxy Server?
Which event is fired at the time of session creation and destroy?
When jsessionid is created?
How can we implement a jsp page?
Explain the war file?
How to get the current httpsession object?
What do you mean by httpservlet and how it is different from the genericservlet?
What is the use of servlet wrapper classes?
In jsp custom tags from child tags to how many levels of parent tags you can acess
Can we refresh servlet in client and server side automatically?
What are the types of protocols supported by httpservlet ?