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 servlet instance?
Who is responsible for writing a constructor?
What is the difference between encodeRedirectUrl and encodeURL?
Can we refresh servlet in client and server side automatically?
List out the difference between ServletConfig and ServletContext?
Explain get and post.
Differentiate between the web server and application server?
How do I know if java is running on linux?
Why do we have servlet filters?
Why servlet is faster than jsp?
What is string tokenizer?
How many servlet objects are created?
What are the exceptions thrown by servlets? Why?
How native code can be used in a servlet?
What is servlet in web technology?