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
How can an existing session be invalidated?
How can we implement a jsp page?
Explain the difference between generic servlet and http servlet?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
Explain servlet events?
What do you mean by request dispatcher in servlet? Also explain its methods.
What do you mean by servlet context?
How do you define a servlet?
How will two or three servlets interact or communicate with each other?
What is a deployment descriptor?
How to notify an object in session when session is invalidated or timed-out?
What is Servlets and explain the advantages of Servlet life cycle?
How can a servlet be used to generate plain text instead of html?
What are the common methods that are included in the http servlet class?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?