how the server will know its the same jsp page?
Answer Posted / sivaji
By seeing the time stamp of the file and if it is changed
then it will treat as the file has been modified and it will
compile it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is servlet and its advantages?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
Which interface should be implemented by all servlets?
What is difference between server and servlet?
What are all the protocols supported by httpservlet?
What are the ways to handle multi-threading in servlets?
How is an application exception handling is done using a servlet?
What do you mean by cgi in servlet?
Is servlet thread safe?
Why HttpServlet class is declared abstract?
What is the importance of init() method in Servlet ?
Explain web container.
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Which application server is best for java?
What are the benefits of using servlet over cgi?