diff between jsp include directive and jsp action include?
Answers were Sorted based on User's Feedback
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 |
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 |
How to pass parameters in RMI?
Explain what is orm?
difference between sql exception class and sql warning class
Is it possible to stop the execution of a method before completion in a sessionbean?
What are the steps to write p-to-p model application?
What is the difference between the font and fontmetrics classes?
how can we load a file of a user in the database table?
How are the elements of a borderlayout organized?
Explain the stub's and skeleton's functionality?
what is the port number of RMI?
For which statements does it make sense to use a label?
Is 'synchronised' a modifier?