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

Explain what is synchronization?

833


When is the best time to validate input?

814


how to use debug in my elipse to solve problems that exist in my project

1978


What are callback interfaces?

809


What is a modular application? What does module-relative mean?

749


what is the use of State Factories?

2113


Explain the difference between object state and behavior?

766


What is the difference between RMI registry and OS Agent?

874


the same information whether it will connect to the database or it will be used previous information?

796


Whats new with the stop(), suspend() and resume() methods in jdk 1.2?

788


Which component handles cluster communication in jboss?

842


What are the purpose of introspection?

941


Brief description about local interfaces?

908


Is there a guarantee of uniqueness for entity beans?

750


How would you detect a keypress in a jcombobox?

875