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


Please Help Members By Posting Answers For Below Questions

Are we allowed to change the transaction isolation property in middle of a transaction?

555


What is message driven beam?

574


What if the static modifier is removed from the signature of the main method?

695


Why a component architecture for the java platform?

566


What do you mean by Socket Programming?

541






Describe, in general, how java's garbage collector works?

533


Why won’t the jvm terminate when I close all the application windows?

746


What is JTS?

1857


What is ripple effect?

628


What is the diffrence between a local-tx-datasource and a xa-datasource?

572


What are the services in RMI ?

1877


Can you control when passivation occurs?

592


Explain phantom read?

1732


What modifiers may be used with an inner class that is a member of an outer class?

567


Can I import same package/class twice? Will the jvm load the package twice at runtime?

638