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 do you mean by session tracking and also explain its techniques?
How does Cookies work in Servlets?
What are the types of protocols supported by httpservlet ?
Explain the role of dispatcherservlet and contextloaderlistener.
What are the different mode that servlets can be used?
What is the use of java servlet api?
What is the type of method for sending request from http server?
Tell us something about servletcontext interface.
How a servlet is unloaded?
What are the phases of the servlet life cycle?
What is http servlet? Explain with the help of an example.
What are the steps that are involved in using the httpservlet class?
What is servlet configuration?
What is the difference between genericservlet and httpservlet
Why don't we write a constructor in a servlet?