Tuesday, November 29, 2011

What is the difference between , page directive include, action tag include ?

One difference is while using the include page directive, in translation time it is creating two servlets .:In include directive the contents of included jsp files are copied in current jsp to produce the compiled servlet but in include action the response of included jsp file is inserted in the response of current jsp file.:The JSP include directive includes a static file or sends a request to a dynamic file.
Category:JSP Interview Questions

No comments:

Post a Comment