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 |
Differentiate between get and post?
Can filter be used as request or response?
how can you give alias to servlets?
What is api in servlet?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Explain in brief the directory structure of a web application?
what is the difference between doGet() and doPost()?
Differentiate between the get and post method
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
What is difference between Forward() and sendRedirect() methode?
Can you explain in detail 'javax.servlet' package?
Why do you use session tracking in httpservlet?