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
How we can configure init params in jsp?
What are the lifecycle phases of a jsp?
Why should we not configure jsp standard tags in web.xml?
What is
How to access java variable in jsp?
Can an interface be implemented in the jsp file?
What is scriptlet, expression and declaration in jsp?
What is expression tag in jsp?
What is scriptlet tag in jsp?
Why is _jspservice () method starting with an '_'?
What is the default value of session attribute in jsp?
Is jsp server side or client side?
How run jsp program in netbeans?
Can we use jsp implicit objects in a method defined in jsp declaration?
How can I prevent the use of scripts and java code on the jsp page?