Tuesday, November 29, 2011

What happens when a page is statically included in another JSP page?

An include directive tells the JSP engine to include the contents of another file (HTML, JSP, etc.) in the current page. This process of including a file is also called as static include.
Category:JSP Interview Questions

No comments:

Post a Comment