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 |
What are the states associated in the thread?
difference between applicationserver and webserver
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
Define aop(assepct oriented programing)?
What is the difference between RMI and Socket?
Do I need to import javlang package any time? Why ?
what is meant by JRMP?
How database connectivity in XML is achieved?
Name the eight primitive java types.
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
whats is mean by filter?
explain session tracking. why we used it