where the generated jsp source file are stored?
Answer Posted / sandeep m
depending on the webcontainer vendor the location of
generated source code may change. In case of Tomcat it will
be stored in work folder.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of Servlet over CGI?
What are all the advantages of servlet over cgi?
What are the ways to handle multi-threading in servlets?
What is the use of request dispatcher interface?
How can we perform any action at the time of deploying the project?
Define the servlet mapping.
What is the difference in between the httpservlet and generic servlet?
What if we pass negative value in load-on-startup?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What are the type of protocols used in httpservlet?
What is servlet interface?
What is meant by servlet? What are the parameters of the service method?
What are the different methods involved in the process of session management in servlets?
What do you mean by httpservlet?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?