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 do you mean by url pattern in servlet?
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
How to find whether a parameter exists in the request object?
What are the different ways we can maintain state between requests?
Write the code to get the server information in servlet.
how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
how to use servlets with j2ee ?
how the HTML data stored in web server?
Hi............ When i am started the tomcat server it started. but it not load the jar files wht we deploving file.suppose we load the wapp folder in webapps. At running time it show the below error in tomcat server INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.0\web apps\wapp\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, s ection 9.7.2. Offending class: javax/servlet/Servlet.class How to slove this problem in my system. plz give answer for this problem.
What is the use of request dispatcher interface?
What are different Authentication options available in Servlets.