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
Explain their methods? Tell me their parameter names also have you used threads in servlet?
Is servlet a controller?
How can I send user authentication information while making URL Connection?
Explain in brief the directory structure of a web application?
What is the difference between CGI and Servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
Why do we need a constructor in a servlet if we use the init method?
What is the advantage of Servlets when compared with other server side technologies?
What are the different methods of session management in servlets?
What are the steps that are required to handle the multi-threading?
Differentiate between the get and post method
Explain the war file?
What is a web container and what is its responsibility?
What is cookie in servlet?
Explain the role of dispatcherservlet and contextloaderlistener.