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
Explain about RMI Architecture?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Name the class that is used to bind the server object with RMI Registry?
What is mdb and what is the special feature of that?
Are there books about seam?
Why is string immutable in java?
what is meant by JRMP?
Brief description about local interfaces?
What are externizable interface?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
what is an isolation level?
What is Stream Tokenizer?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is the argument type of a programs main() method?
What is a clone?