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

Differentiate between get and post?

1 Answers  


Can filter be used as request or response?

1 Answers  


how can you give alias to servlets?

1 Answers  


What is api in servlet?

1 Answers  


If my browser does not support cookie, and my server sends a cookie instance what will happen?

1 Answers  


Explain in brief the directory structure of a web application?

1 Answers  


what is the difference between doGet() and doPost()?

6 Answers   TCS,


Differentiate between the get and post method

1 Answers  


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

2 Answers   TCS,


What is difference between Forward() and sendRedirect() methode?

14 Answers   Polaris,


Can you explain in detail 'javax.servlet' package?

1 Answers  


Why do you use session tracking in httpservlet?

1 Answers  


Categories