diff between jsp include directive and jsp action include?
Answer Posted / jaspal
Syntax for JSP include directive is:
<%@ include file="relative file path" %>
Syntax for JSP action include is:
<jsp:include file="relative file path"
flush="true | false" >
JSP include directive is used to include static files within
a JSP page. Files are include at translation phase.
JSP action include is used to include dynamic files within a
JSP page. Files are include excution time. As request, a
file is refreshed.
| Is This Answer Correct ? | 30 Yes | 8 No |
Post New Answer View All Answers
What is table mutation and how do you avoid it?
Write a singleton program?
how i secure my site with the https protocol.what are the steps?
What if the static modifier is removed from the signature of the main method?
Explain about local interfaces.
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
How are the elements of a borderlayout organized?
What modifiers may be used with an interface declaration?
What are JTA/JTS and how they used by client?
What is ioc concept?
Is the infobus client side only?
How to pass parameters in RMI?
Which component handles cluster communication in jboss?