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
What is the use of httpservletresponsewrapper?
Who is responsible to create the object of servlet?
Is tomcat a servlet container?
What are the ways to handle multi-threading in servlets?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What is session?
What do you mean by cgi and what are its drawbacks?
What are the advantages of servlets over traditional cgi?
What is servlet interface?
How the servlet is loaded?
Is it good idea to create servlet constructor?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What are the different methods of session management in servlets?
Which application server is best for java?
What is servlet container?