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's the architecture of a servlet package?
How will you pass values from HTML page to the servlet?
Define the life cycle of a servlets.
Explain the concept of ssi ?
What is session tracking?
Which exception is thrown if the servlet is not initialized properly?
What is the advantage of Servlets when compared with other server side technologies?
What is the difference between encodeRedirectUrl and encodeURL?
How to notify an object in session when session is invalidated or timed-out?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is cookies in servlet with example?
How to get the server information in a servlet?
How can we achieve transport layer security for our web application?
Explain mvc pattern.
How can we upload the file to the server using servlet?