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 |
Difference between sleep and suspend?
how can we load a file of a user in the database table?
What is Bootstrapping in RMI?
difference between applicationserver and webserver
What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?
What are the implicit objects?
How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration
What is J2EE?
What is the difference between RMI registry and OS Agent?
What is the relationship between an event-listener interface and an event-adapter class?
what is domain,give me some brief information about that?
Tell me about Firewalls in RMI?