diff between jsp include directive and jsp action include?
Answer Posted / vijaykumar venkatappa davanag
both are functioning same,
but (<%@ include file="/relative path" %> )directive includes the file contents at Traslation phase, if one or more number of files included in a jsp,all will traslated and create one single servlet class file.
In case of (<%jsp:include page="" %>)jsp:include includes the file contents at Request Processing phase, that means container is going create RequestDispatcher and calls the include() method. here each and every included jsp files converted into seperate servlet class files.
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
Will the general public have access to the infobus apis?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What are transaction attributes?
Why do I get a duplicate name error when loading a jar file?
For which statements does it make sense to use a label?
What method is invoked to cause an object to begin executing as a separate thread?
Why use POJO when I can use hashmap
What is the difference between RMI and Corba?
What is a tasks priority and how is it used in scheduling?
What is Stream Tokenizer?
What is the difference between static and non-static with examples?
How messaging services are done, before release of JMS?
what are the activation groupworks?
What is mdb and what is the special feature of that?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?