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 are the different types of exception?
What is the difference between the session.update() method and the session.lock() method?
What are the design considerations while making a choice between using interface and abstract class?
What is threadfactory?
What is the highest-level event class of the event-delegation model?
What is the difference between session and entity beans?
What are the types of scaling?
Can I run seam with jdk 1.4 and earlier?
Explain the steps in details to load the server object dynamically?
Difference between DurableSubscription and non- DurableSubscription?
Why a client should be multithreading? Explain.
Can I import same package/class twice? Will the jvm load the package twice at runtime?
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?
What you mean by COM and DCOM?
What is the difference between RMI registry and OS Agent?