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
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is the difference between RMI registry and OS Agent?
What is Remote Server?
To identify IDL language what mapping mechanism is used?
whats is mean by connectionpooling
which book is better for jdbc ,servlets and jsp
Have you used threads in Servelet?
What is the purpose of the finally clause of a try-catch-finally statement?
What are the different approaches to represent an inheritance hierarchy?
Define prototype?
Is the infobus client side only?
What is the relationship between local interfaces and container-managed relationships?
What is a modular application? What does module-relative mean?
Which component handles cluster communication in jboss?
What are the design considerations while making a choice between using interface and abstract class?