diff between jsp include directive and jsp action include?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / soori
jsp include directive --its cal at d translation time,
jsp action include---its cal at runtime
Is This Answer Correct ? | 4 Yes | 1 No |
whats is statement and procedure
Difference between DurableSubscription and non- DurableSubscription?
difference. between List and Set?
2 Answers Campus Interaction, HCL, Infotech,
Are enterprise beans allowed to use thread.sleep()?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
How are the elements of a borderlayout organized?
What is the name of the state, when a thread is executing?
Difference between swing and awt?
Define the remote object implementation?
what are the activation groupworks?
What method is invoked to cause an object to begin executing as a separate thread?
How primary key is implemented in Oracle?