Answer Posted / dhagej
in case of dynamic include, contents of the included jsp
page will be reflected
besides uploading the file again to server another way is to
change the time stamp of the jsp file on the server, so that
the server will recompile the JSP when it is invoked
e.g touch filename.jsp
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can we override destroy method in servlet?
What is a generic servlet?
What is generic servlet class?
What is Client-Server Computing?
What is servlet initializer?
Explain servlet.
What are the new features added to servlet 2.5?
What is the difference between Difference between doGet() and doPost()?
What is servlet and how it works?
How can you create a session in servlet?
What is url encoding and url decoding
What is the use of httpservletrequestwrapper?
What's the servlet interface?
What is the difference between the http servlet and generic servlet?
How forward () method is different from send redirect () method?