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
What is permgen or permanent generation?
what is a non-repeatable read?
Is the infobus client side only?
What are the different types of exception?
How are the elements of a cardlayout organized?
What is the purpose of the wait(), notify(), and notifyall() methods?
what is a portable component?
What is colon_pkg_prefixes and what is its use?
what is handle?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
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 is the difference between the session.update() method and the session.lock() method?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
Is jvm a overhead?
What is metaspace?