how the server will know its the same jsp page?
Answers were Sorted based on User's Feedback
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 |
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 |
How do you load an image in a Servlet?
How forward () method is different from send redirect () method?
When jsessionid is created?
Explain servlet events?
What is the use of servlet wrapper classes?
Is dispatcher servlet a singleton?
What are the kinds of http requests?
Which event is fired at the time of setting, getting or removing attribute from application scope?
Which event is fired at the time of session creation and destroy?
What are the annotations used in servlet 3?
What is context in servlet?
List the Different types of servlet?