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
Explain the methods of request dispatcher in servlet?
Explain jsessionid?
What are the new features added to servlet 2.5?
Why is init() method is used in servlets?
What is the use of attribute in servlets?
Why HttpServlet class is declared abstract?
Can servlet have a constructor ?
Difference between java beans & servlets?
How is the get () method different from the post() method?
How do we translate jsp?
What is called Session Tracking?
What are the benefits of using servlet over cgi?
When jsessionid is created?
What is the capacity the doget can send to the server?
What do you mean by singlethreadmodel interface?