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
What event results from the clicking of a button?
Name the class that is used to bind the server object with RMI Registry?
Explain how will the struts know which action class to call when you submit a form?
what are RemoteObjects?
what is a non-repeatable read?
What are the different class loaders used by jvm?
what is the use of State Factories?
Do I need to import javlang package any time? Why ?
How are commas used in the intialization and iteration parts of a for statement?
Why a component architecture for the java platform?
What is the immediate superclass of the applet class?
Is jvm a overhead?
whats is statement and procedure
When a thread blocks on i/o?
How a component can be placed on Windows?