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 called servlet mapping?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
What do you mean by web applications? Explain web application directory arrangement?
What is cgi?
Whats the advantages using servlets over using CGI?
What is servlet api used for conneting database?
How can I send user authentication information while making URL Connection?
What's the difference between servlets and applets?
What is servlet and list its types?
Name the packages that work with servlet?
Is java servlet still used?
What is the use of welcome-file-list?
What are the differences between forward() method and sendredirect() methods?
What are its drawbacks of cgi?
Why servlet is used as controller ? Not JSP? I want complete explation?