diff between jsp include directive and jsp action include?
Answer Posted / 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 |
Post New Answer View All Answers
What is Remote Server?
which book is better for jdbc ,servlets and jsp
What class is used to create Server side object ?
what is the use of State Factories?
What is permgen or permanent generation?
What happens when a thread cannot acquire a lock on an object?
Can we sent objects using Sockets?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
Which containers use a border layout as their default layout?
What value does read() return when it has reached the end of a file?
What is the difference between java class and bean?
Difference between hashmap and hashtable?
What is aop(assepct oriented programing)?
Explain the advantages and disadvantages of detached objects.
Define prototype?