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 / sangeeta
The <include> directive of JSP is used during the
translation process where servlet is generated.The files
which are static in nature should be used with this tag.
Whereas <jsp:include> action tag is used during the request
process where in changes can be incorporated dynamically.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How a servlet is unloaded?
What is session?
How to get the actual path of servlet in server?
why we should override only no-agrs init() method.
What do you mean by web applications?
What is Servlets and explain the advantages of Servlet life cycle?
Can servlet have a constructor ?
What is the purpose of requestdispatcher interface?
What is difference between PrintWriter and ServletOutputStream?
Why is httpservlet declared abstract?
What are the differences between servlet context vs servlet config?
Explain the differences between jsp and servlet.
If some new data has entered the database, explain how can a servlet refresh automatically?
Why is a constructor needed in a servlet even if we use the init method?
What are the disadvantages of storing session state in cookies?