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 difference between the include() and forward() methods?
What are the objects involved when a servlet receives a call from client?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
How do you design microservices?
Is servlet a server side scripting language?
What is the use of welcome-file-list?
What are the jobs performed by servlets?
What is the disadvantage of cookies?
What are its drawbacks of cgi?
How can we include static files in the jsp page?
Define the life cycle of a servlets.
How do you invoke a servelt?
How can we refresh automatically when new data has entered the database?
Is servlet synchronized?
What is the use of servlet wrapper classes?