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 is the effective way to make sure all the servlets are accessible only when user has a valid session?
What are the supporting protocol by HttpServlet ?
Can a jsp be called using a servlet?
What do you mean by annotations in servlet?
Which application server is best for java?
What is difference between server and servlet?
Why are servlets used?
Explain the architechure of a servlet?
What's the use of servletcontext?
How do you configure a centralized error handler in servlets?
What are the functions of Servlet container?
What is the major difference between context parameter and context attribute?
Which http method is said to be non-idempotent and idempotent?
What are session variable in servlets?
What is Servlet API used for connecting database?