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
Are Servlets Thread Safe? How to achieve thread safety in servlets?
Which is better jsp or servlet?
What is called Scriptlet?
What is the workflow of a servlet?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What methodology can be followed to store more number of objects in a remote server?
What is URL Encoding?
Can we refresh servlet in client and server side automatically?
Who is responsible to create the object of servlet?
How is the get () method different from the post() method?
What are the supporting protocol by HttpServlet ?
How will you pass values from HTML page to the servlet?
What are the features added in Servlet 2.5?
Define the life cycle of a servlets.
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?