how the server will know its the same jsp page?
Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by interservlet communication?
Define the servlet mapping.
What are the difference between RMI and Servlets?
What are the types of servlets? Explain
What’s the difference between sendredirect and forward methods
What do you mean by request dispatcher in servlet? Also explain its methods.
Is it possible to have a constructor inside the servlet?
What is the difference between using getSession(true) and getSession(false) methods?
What is servlet in web technology?
What is the difference between sendredirect() and forward() in a servlet?
What is Request Dispatcher?
How can you push data from an Applet to a Servlet?
What are the phases of servlet life cycle?
What is cgi and what are its drawbacks?
How do you design microservices?