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 |
Explain jsessionid?
What are the different types of servlets?
Explain the custom jsp tags and the beans.
what are binding listners?
servlet life cycle?
How can we perform any action at the time of deploying the project?
What is preinitialization of a servlet?
How to get the server information in a servlet?
What methods do you use in servlet - applet communication?
can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans
What is the default http method in the servlet?
Where do you define dispatcherservlet?