diff between jsp include directive and jsp action include?
Answer Posted / bhudeep
diff between jsp include directive and jsp action include:
1)syntax of inclde directive<%@ include file="filename"%>
syntax of inclde action<jsp:include page="filename">
2)inclde directive : done when compilation time
inclde action: done when requestprocessing time
3)inclde directive: included content is static
inclde action:included content is static or dyanamic
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain what is synchronization?
When is the best time to validate input?
how to use debug in my elipse to solve problems that exist in my project
What are callback interfaces?
What is a modular application? What does module-relative mean?
what is the use of State Factories?
Explain the difference between object state and behavior?
What is the difference between RMI registry and OS Agent?
the same information whether it will connect to the database or it will be used previous information?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Which component handles cluster communication in jboss?
What are the purpose of introspection?
Brief description about local interfaces?
Is there a guarantee of uniqueness for entity beans?
How would you detect a keypress in a jcombobox?