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 is the life-cycle of servlets?
How can we achieve transport layer security for our web application?
What is session tracking?
How can the referrer and the target urls be used in servlet?
What is the servletconfig object?
How many servlet objects are created?
How to rectify errors in java servlet while compilation?
Explain url encoding in servlet?
Which application server is best for java?
How does tomcat servlet container work?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is Servlets and explain the advantages of Servlet life cycle?
What is servlet api used for conneting database?
Define servlet mapping?
How to handle exceptions thrown by application with another servlet?