how the server will know its the same jsp page?
Answers were Sorted based on User's Feedback
Answer / srinivasan
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 ? | 10 Yes | 0 No |
Answer / 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 |
What are the supporting protocol by HttpServlet ?
Can we use javascript in Servlets?
What is setattribute in servlet?
Servlet Chaining? How do you do the Filtering in Servlets?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
what is the difference between doGet() and doPost()?
What methods do you use in servlet - applet communication?
What is the process for chaining servlet?
What is servlet context ?
What type of protocols are used in HttpServlet?
How servlets are deployed in java?
What are the methods in HttpSession and their use?