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


Please Help Members By Posting Answers For Below Questions

How we can configure init params in jsp?

758


What are the lifecycle phases of a jsp?

755


Why should we not configure jsp standard tags in web.xml?

730


What is in jsp?

806


How to access java variable in jsp?

678


Can an interface be implemented in the jsp file?

733


What is scriptlet, expression and declaration in jsp?

681


What is expression tag in jsp?

683


What is scriptlet tag in jsp?

681


Why is _jspservice () method starting with an '_'?

617


What is the default value of session attribute in jsp?

640


Is jsp server side or client side?

693


How run jsp program in netbeans?

704


Can we use jsp implicit objects in a method defined in jsp declaration?

731


How can I prevent the use of scripts and java code on the jsp page?

671