diff between jsp include directive and jsp action include?
Answer Posted / shiv kumar
include directive: it is static in nature
its execution is slower.
output comes with jsp page but
whole file contains is included in jsp then
compilation is done
include action: it is dynamic in nature.
its execution is faster.
output of yhe file willbe included in the
jsp file
| Is This Answer Correct ? | 14 Yes | 8 No |
Post New Answer View All Answers
Is infobus easy to use?
What are the design considerations while making a choice between using interface and abstract class?
Which are the different segments of memory?
What is a sessionfactory? Is it a thread-safe object?
What is abstract schema?
Will the general public have access to the infobus apis?
Can I run seam outside of jboss as?
What if the static modifier is removed from the signature of the main method?
Difference between loadclass and class.forname?
Where can I ask questions and make suggestions about seam?
What is threadfactory?
What class is used to create Server side object ?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What are the different algorithms used for clustering?
What is the form of storage space in java?