how the server will know its the same jsp page?

Answers were Sorted based on User's Feedback



how the server will know its the same jsp page? ..

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

how the server will know its the same jsp page? ..

Answer / pushpa

by seeing the portlet name space id

Is This Answer Correct ?    1 Yes 0 No

how the server will know its the same jsp page? ..

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

Post New Answer

More Servlets Interview Questions

What is a servlet-to-servlet communcation?

0 Answers  


What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?

2 Answers  


Which event is fired at the time of project deployment and undeployment?

0 Answers  


Define the servlet mapping.

0 Answers  


when the several requests comes to server..how it manage the requests

4 Answers   iGate,






how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)

2 Answers   TCS,


Name the webserver that is used to run Servlets?

5 Answers  


What is servlet mapping?

0 Answers  


Which http method is said to be non-idempotent and idempotent?

0 Answers  


Explain jsessionid?

0 Answers  


how can we execute servelt? what the use ".war" or ".jar" file creation

3 Answers   CTS,


Is it possible to call servlet with parameters in the URL?

4 Answers  


Categories