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
Explain how will the struts know which action class to call when you submit a form?
Can constructors be synchronized in java?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Explain the difference between object state and behavior?
What is TL and its use?
what is meant by JRMP?
what is the use of State Factories?
Describe responsibilities of Activator?
how to use debug in my elipse to solve problems that exist in my project
what is handle?
Why is actionform a base class rather than an interface?
What is the relationship between the canvas class and the graphics class?
What are callback interfaces?
What is colon_pkg_prefixes and what is its use?
What do you need to set-up a cluster with jboss?