Answer Posted / geetha
when included files are changed, the servlet generated by
the JSP is not usually regenerated. So if you make a change
to an included file, make sure to tell your server to
regenerate the servlet for the including JSP. Another way
to do this is to re-save the including JSP. This changes
the file modification timestamp, which is supposed to cause
the servlet to regenerate.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Why HttpServlet class is declared abstract?
How can you use a servlet to generate a plain text instead of html?
Explain the difference between get and post method in servlet?
Which exception is thrown if the servlet is not initialized properly?
Who is responsible for writing a constructor?
Who is responsible to create the object of servlet?
What do you mean by singlethreadmodel interface?
What are different methods of session management in servlets?
What is called Scriptlet?
Is servlet synchronized?
What is java servlet?
Explain servlet life cycle?
How can the session in servlet can be destroyed?
What is the structure of the http response
How we can create war file in servlet?