Tuesday, November 29, 2011

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.
Category:JSP Interview Questions

No comments:

Post a Comment