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
What is the importance of init() method in Servlet ?
Explain the difference between get and post method in servlet?
When jsessionid is created?
How do you deal property files in servlet?
What are the phases of the servlet life cycle?
What are the important functions of filters?
what do you understand by url rewriting?
If some new data has entered the database, explain how can a servlet refresh automatically?
Explain the war file?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
Explain jsessionid and when is it created?
Explain web application directory arrangement?
Explain the differences between jsp and servlet.
Why do you use session tracking in httpservlet?
Difference between java beans & servlets?