diff between jsp include directive and jsp action include?
Answer Posted / chacko
include directive: The file gets included at the compile
time.
action tag : The file gets included at the run time. This
is faster.
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
What method is invoked to cause an object to begin executing as a separate thread?
What is a policy?
how to use debug in my elipse to solve problems that exist in my project
Why a component architecture for the java platform?
What are the services in RMI ?
What is permgen or permanent generation?
Why are my checkboxes not being set from on to off?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is an abstract method?
To identify IDL language what mapping mechanism is used?
What is a modular application? What does module-relative mean?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is a modular application?
why static class in java
Is the session factory thread safe?