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 purpose of inter-servlet communication?
Can you send an authentication error from a servlet?
Difference between httpservlet and generic servlets?
How can I send user authentication information while making URL Connection?
What is meant by session? Tell me something about httpsession class?
How the servlet is loaded?
What is the procedure of invoking different servlet in a different application?
Explain request dispatcher and its methods.
Can we use threads in Servlets?
Explain url encoding in servlet?
What are the different mode that servlets can be used?
Which exception is thrown if the servlet is not initialized properly?
What is the process to implement doget and dopost methods?
What is the difference between portlet and servlet?
what is servlet chaining?