DEVFYI - Developer Resource - FYI

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

JSP Interview Questions and Answers


(Continued from previous question...)

58.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.

(Continued on next question...)

Other Interview Questions