where the generated jsp source file are stored?
Answer Posted / anji
When we request for a jsp first time, it will generate a
Servlet, the generated servlet will compiles and creates
instances for the servlet.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why is a constructor needed in a servlet even if we use the init method?
why we should override only no-agrs init() method.
What are the phases of a servlet life cycle?
What is cookie? Why is cookie used?
Explain the difference between get and post method in servlet?
Define declaration.
Explain the servlet filter.
What is called a session?
What are the new features added to servlet 2.5?
When servlet object is created?
What is servlet and its advantages?
Why is httpservlet declared abstract?
Tell us something about servletconfig interface.
What is the main purpose of java servlets?
Can you create a deadlock condition on a servlet?