Directive Include and Action Include how both are working
in JSP, what is the difference between both?In which
suituation we have to choose these elements?
Answer Posted / maruti.alapati
Directive Include:
1.Included the resources at translation time.
2.It supports only static resources.
3.If any changes are done in the JSP that are not freqently
changed.
Action Include:
1.Included the resources at request processing time.
2.It supports static & dynamic resources.
3.If any changes are done in the JSP that are change
freqently.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are the phases of the servlet life cycle?
How can the session in servlet can be destroyed?
Explain the custom jsp tags and the beans.
Can you explain in detail 'javax.servlet' package?
What is servlet container. how it works?
What do you mean by session tracking and also explain its techniques?
Tell us something about servletconfig interface.
How would you create deadlock on your servlet?
Write a program to show the functionality of doget and dopost method?
Explain the concept of ssi ?
why we should override only no-agrs init() method.
How can you start a jta transaction from a servlet deployed on jboss?
When to use doget() and when dopost()?
Which java application server is the best?
How to get the actual path of servlet in server?