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 are the supporting protocol by HttpServlet ?

0 Answers  


Can we use javascript in Servlets?

2 Answers   Wipro,


What is setattribute in servlet?

0 Answers  


Servlet Chaining? How do you do the Filtering in Servlets?

6 Answers   HCL,


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

0 Answers  






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

6 Answers   TCS,


What methods do you use in servlet - applet communication?

0 Answers  


What is the process for chaining servlet?

0 Answers  


What is servlet context ?

4 Answers  


What type of protocols are used in HttpServlet?

3 Answers  


How servlets are deployed in java?

0 Answers  


What are the methods in HttpSession and their use?

3 Answers  


Categories