where the generated jsp source file are stored?
Answer Posted / sachin g.
After creation of jsp file, it is stored in the Web
directory (which is stored in the Webapplication as far as
Apache Tomcat 5.5 and Netbeans are concerned) , and after
successfully compiling it, the specific output will be
after running it.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What do you mean by deployment descriptor?
Why servlet is used as controller ? Not JSP? I want complete explation?
What are the life cycle methods of a servlet?
What methodology can be followed to store more number of objects in a remote server?
How do you invoke a servelt?
What is URL Encoding?
What is called servlet container?
Who is responsible for writing a constructor?
Tell us something about servletconfig interface.
What is the procedure of invoking different servlet in a different application?
What are the uses of servlet and what is servlet chaining?
What is the difference between servlet and filter?
What are the difference between RMI and Servlets?
What is called a session?
How do we call one servlet from another servlet?