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 are the differences between servlet context vs servlet config?
What is meant by a web application
Why the concept of single thread model interface is used?
What are the uses of servlet and what is servlet chaining?
How do I support both get and post from the same servlet?
What is called servlet container?
If servlet receives multiple requests, how many objects will it create?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
What is servlet instance?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What's the difference between servlets and applets?
What are the advantages of servlets over traditional cgi?
What is setattribute in servlet?
Explain url encoding in servlet?
How do we translate jsp?