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 |
How to deal with multi-valued parameters in a servlet?
What is SingleThreadModel interface?
How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?
What is Server-Side Includes?
What is URL Rewriting ?
can i call init() method in destroy() method of servlset. ?
How two servlets communicate with each other?
Should I override the service() method?
What mechanisms are used by a Servlet Container to maintain session information?
Is servlet a controller?
what do you understand by url rewriting?
Define declaration.