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
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?
Difference between swing and awt?
Why doesn’t the focus feature on the tag work in every circumstance?
wahts is mean by dynavalidatorform in struts/
What is the relationship between the canvas class and the graphics class?
What is local interface. How values will be passed?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What are the different types of exception?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What are the call back methods in entity bean?
When a thread blocks on i/o, what state does it enter?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
how to use debug in my elipse to solve problems that exist in my project
What class is used to create Server side object ?
Can I map more than one table in a cmp?