where the generated jsp source file are stored?
Answer Posted / saroj biswal
C:\Program Files\Apache Software Foundation\Tomcat 5.5\work\Catalina\localhost\webApplicationName\org\apache\jsp\xxx.java
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is api in servlet?
What is the servletconfig object?
How do you communicate in between Applets and Servlets?
How do you design microservices?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is servlet and its advantages?
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 is Servlet API used for connecting database?
How httpservlet is different from the genericservlet?
What's the servlet interface?
List some life cycle methods of a servlet.
Differentiate between the get and post method
Explain url encoding in servlet?
How to handle exceptions thrown by application with another servlet?
Can servlet have a constructor ?