which situation you use static include and dynamic include
in jsp?
Answer Posted / anilkumar_iq
when same request and response objects are shared by
multiple JSP's in dynamic include
In static include internally,it will merge the contents(eg:
one.jsp and two.jsp) and creates a jsp as(one_two.jsp)then
generates the output of both the jsp's
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What are page directives?
What is a hidden comment in jsp?
Why jsp and servlets are used?
How jsp is executed?
Define JSP Scriptlet.
What is jsp syntax?
How can we create jsp custom tags?
What is jsp net?
What is el?
What are the different scope values for the
How can I override the jspdestroy() method within a jsp page?
What is a expression?
What are the different scopes an object can have in a jsp page?
Are dialogue tags necessary?
What is a output comment?