DEVFYI - Developer Resource - FYI

What is the difference between directive include and jsp include?

JSP Interview Questions and Answers


(Continued from previous question...)

61. What is the difference between directive include and jsp include?

<%@ include> : Used to include static resources during translation time. : Used to include dynamic content or static content during runtime.

(Continued on next question...)

Other Interview Questions