where the generated jsp source file are stored?
Answer Posted / supriya
Inside the work\catalina\localhost\context-
pathname\servlet_jspname.class directory
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Define the life cycle of a servlets.
Explain servlet events?
What are the phases of servlet life cycle?
Which are the different ways you can communicate between servlets?
What is the procedure of invoking different servlet in a different application?
What are the different mode that servlets can be used?
What is cookies in servlet with example?
What mechanisms are used by a Servlet Container to maintain session information?
How servlets are deployed in java?
What is a servlet engine?
What are the disadvantages of storing session state in cookies?
What is called servlet mapping?
How do we go with database connection and log4j integration in servlet?
What is string tokenizer?
Why do we have servlet wrapper classes?