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
How are filters?
What is cookies in servlet with example?
What are the differences between forward() method and sendredirect() methods?
How can you create a session in servlet?
How to handle exceptions thrown by application with another servlet?
how the HTML data stored in web server?
What are the types of an http request?
Tell us something about servletconfig interface.
Write a simple servlet program to print the contents of html.
How do you design microservices?
Why do we have servlet wrapper classes?
Explain mvc pattern.
How many objects of a servlet is created?
What is api in servlet?
Is servlet thread safe?