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

What is meant by method chaining?

0 Answers  


Define the remote interface?

1 Answers  


What is chat area? Explain.

0 Answers  


Why is actionform a base class rather than an interface?

0 Answers  


Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.

4 Answers   HeadStrong,






Which textcomponent method is used to set a textcomponent to the read-only state?

0 Answers  


Howmany interfaces are used in RMI?

2 Answers  


Why are component architectures useful?

0 Answers  


Explain ioc concept?

0 Answers  


What is servlet preinitialization

1 Answers   iFlex,


how to search the pertical objects in a Collections

3 Answers   iGate,


In HashTable I am storing null value..then what is the error it will show

2 Answers   GM General Motors,


Categories