diff between jsp include directive and jsp action include?

Answers were Sorted based on User's Feedback



diff between jsp include directive and jsp action include?..

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

diff between jsp include directive and jsp action include?..

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

Post New Answer

More Advanced Java Interview Questions

whats is statement and procedure

0 Answers   TCS,


Difference between DurableSubscription and non- DurableSubscription?

0 Answers  


difference. between List and Set?

2 Answers   Campus Interaction, HCL, Infotech,


Are enterprise beans allowed to use thread.sleep()?

0 Answers  


Which characters may be used as the second character of an identifier, but not as the first character of an identifier?

0 Answers  


How are the elements of a borderlayout organized?

0 Answers  


What is the name of the state, when a thread is executing?

4 Answers  


Difference between swing and awt?

0 Answers  


Define the remote object implementation?

0 Answers  


what are the activation groupworks?

0 Answers  


What method is invoked to cause an object to begin executing as a separate thread?

0 Answers  


How primary key is implemented in Oracle?

0 Answers  


Categories